![]() |
Nabû 1.0.0
Standardizing .NET developments with abstractions
|
Inheritance diagram for Nabu.Data.LiteDb.AbstractLiteDbContext: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() |