DistinctArgs Class |
Namespace: MongoDB.Driver
The DistinctArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DistinctArgs | Initializes a new instance of the DistinctArgs class |
Name | Description | |
---|---|---|
![]() | Collation |
Gets or sets the collation.
|
![]() | Key |
Gets or sets the key.
|
![]() | MaxTime |
Gets or sets the max time.
|
![]() | Query |
Gets or sets the query.
|
![]() | ValueSerializer |
Gets or sets the value serializer.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |