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