MongoRepository(T, TKey).CollectionName Property

MongoRepository

MongoRepositoryT, TKeyCollectionName Property
Gets the name of the collection

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public string CollectionName { get; }
Public ReadOnly Property CollectionName As String
	Get
public:
property String^ CollectionName {
	String^ get ();
}
member CollectionName : string with get

Property Value

Type: String
See Also