MongoCollectionDistinct Method

Overload List
 NameDescription
Public methodDistinct(String)
Returns the distinct values for a given field.
Public methodDistinctTValue(String)
Returns the distinct values for a given field.
Public methodDistinctTValue(DistinctArgs)
Returns the distinct values for a given field.
Public methodDistinct(String, IMongoQuery)
Returns the distinct values for a given field for documents that match a query.
Public methodDistinctTValue(String, IMongoQuery)
Returns the distinct values for a given field for documents that match a query.
Top
See Also

Reference