IRepositoryManager(T) Properties

MongoRepository

IRepositoryManagerT Properties

The IRepositoryManagerT generic type exposes the following members.

Properties
  Name Description
Public property Exists
Gets a value indicating whether the collection already exists.
(Inherited from IRepositoryManagerT, TKey.)
Public property Name
Gets the name of the collection as Mongo uses.
(Inherited from IRepositoryManagerT, TKey.)
Top
See Also