MongoRepository documentation
MongoRepositoryT, TKey Properties |
The MongoRepositoryT, TKey generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
Collection |
Gets the Mongo collection (to perform advanced operations).
|
|
CollectionName |
Gets the name of the collection
|
|
ElementType |
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
|
|
Expression |
Gets the expression tree that is associated with the instance of IQueryable.
|
|
Provider |
Gets the query provider that is associated with this data source.
|
See Also