RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TestLookupContextBase..::..DbContext Property

Gets the Entity Framework Core database context used to set up the table and field definition properties of inheriting classes.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)

Syntax


protected DbContext DbContext { get; }
Protected ReadOnly Property DbContext As DbContext
	Get
protected:
property DbContext^ DbContext {
	DbContext^ get ();
}

Field Value

The database context.