Click or drag to resize

LiteDatabaseGetCollectionT Method

Get a collection using a name based on typeof(T).Name (BsonMapper.ResolveCollectionName function)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteCollection<T> GetCollection<T>()

Type Parameters

T

Return Value

ILiteCollectionT

Implements

ILiteDatabaseGetCollectionT
See Also