Click or drag to resize

MappingTracker Constructor (Boolean, Boolean)

Initializes a new instance of the MappingTracker class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public MappingTracker(
	bool selfServicing,
	bool startPreprocessorScope
)

Parameters

selfServicing
Type: SystemBoolean
if set to true [self servicing].
startPreprocessorScope
Type: SystemBoolean
If true, it will start a preprocessor scope
See Also