Class FindOneArgs
Represents arguments to the FindOne method.
public class FindOneArgs
  - Inheritance
 - 
      
      FindOneArgs
 
- Inherited Members
 
- Extension Methods
 
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
  Property Value
Fields
Gets or sets the fields.
public IMongoFields Fields { get; set; }
  Property Value
Hint
Gets or sets the hint.
public BsonDocument Hint { get; set; }
  Property Value
MaxTime
Gets or sets the max time.
public TimeSpan? MaxTime { get; set; }
  Property Value
Query
Gets or sets the query.
public IMongoQuery Query { get; set; }
  Property Value
ReadPreference
Gets or sets the read preference.
public ReadPreference ReadPreference { get; set; }
  Property Value
Serializer
Gets or sets the serializer.
public IBsonSerializer Serializer { get; set; }
  Property Value
Skip
Gets or sets the skip.
public int? Skip { get; set; }
  Property Value
- int?
 
SortBy
Gets or sets the sort order.
public IMongoSortBy SortBy { get; set; }