RecroGridDbContext Constructor

Initializes a new instance of the RecroGridDbContext class.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
C#
public RecroGridDbContext(
	DbContext context,
	bool noTracking = false
)

Parameters

context  DbContext
The context.
noTracking  Boolean  (Optional)
if set to true will not modify cache.

See Also