MongoRepository documentation
IRepositoryManagerT, TKeyName Property |
Gets the name of the collection as Mongo uses.
Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
string Name { get; }
ReadOnly Property Name As String Get
property String^ Name { String^ get (); }
abstract Name : string with get
Property Value
Type: StringThe name of the collection as Mongo uses.
See Also