Click or drag to resize

IRecroGridContextDbContext Property

Gets or sets the database context.

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

Property Value

Type: IRGDataContext
The database context.
See Also