Click or drag to resize

ILiteDatabaseGetCollection Method

Overload List
 NameDescription
Public methodGetCollection(String, BsonAutoId) Get a collection using a generic BsonDocument. If collection does not exits, create a new one.
Public methodGetCollectionT Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function)
Public methodGetCollectionT(BsonAutoId) Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function)
Public methodGetCollectionT(String, BsonAutoId) Get a collection using a entity class as strong typed document. If collection does not exits, create a new one.
Top
See Also