Click or drag to resize

RecroGridContextDbContext Property

Gets or sets the database context.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public IRGDataContext DbContext { get; set; }

Property Value

Type: IRGDataContext
The database context.

Implements

IRecroGridContextDbContext
See Also