Click or drag to resize

RecroGridObjectContext Constructor

Initializes a new instance of the RecroGridObjectContext class.

Namespace:  Recrovit.RecroGridFramework.Data.EF6
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public RecroGridObjectContext(
	ObjectContext context,
	bool noTracking = false
)

Parameters

context
Type: ObjectContext
The context.
noTracking (Optional)
Type: SystemBoolean
if set to true will not modify cache.
See Also