MongoRepository(T) Properties

MongoRepository

MongoRepositoryT Properties

The MongoRepositoryT generic type exposes the following members.

Properties
  Name Description
Public property Collection
Gets the Mongo collection (to perform advanced operations).
(Inherited from MongoRepositoryT, TKey.)
Public property CollectionName
Gets the name of the collection
(Inherited from MongoRepositoryT, TKey.)
Public property 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.)
Public property Expression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from MongoRepositoryT, TKey.)
Public property Provider
Gets the query provider that is associated with this data source.
(Inherited from MongoRepositoryT, TKey.)
Top
See Also