Nabû 1.0.0
Standardizing .NET developments with abstractions
Nabu.Data.LiteDb.AbstractLiteDbContext Class Referenceabstract
+ 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]
 

Member Function Documentation

◆ Set< T >()

ILiteCollection< T > Nabu.Data.LiteDb.AbstractLiteDbContext.Set< T > ( )
Type Constraints
T :class 
T :IEntity 
T :new()