ILiteDatabaseGetCollectionT(BsonAutoId) Method |
Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function)
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxILiteCollection<T> GetCollection<T>(
BsonAutoId autoId
)
Parameters
- autoId BsonAutoId
-
Type Parameters
- T
Return Value
ILiteCollectionT
See Also