![]() |
Nabû 1.0.0
Standardizing .NET developments with abstractions
|
Public Member Functions | |
async ValueTask | DisposeAsync () |
void | Dispose () |
ILiteCollection< T > | Set< T > () |
Protected Member Functions | |
AbstractLiteDbContext (string databasePath) | |
AbstractLiteDbContext (Stream databaseStream) | |
virtual void | Dispose (bool disposing) |
virtual async ValueTask | DisposeAsyncCore () |
Properties | |
LiteDatabase | Database [get] |
ILiteCollection< T > Nabu.Data.LiteDb.AbstractLiteDbContext.Set< T > | ( | ) |
T | : | class | |
T | : | IEntity | |
T | : | new() |