MappingTracker Constructor (Boolean, Boolean) | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic MappingTracker(
	bool selfServicing,
	bool startPreprocessorScope
)
Public Sub New ( 
	selfServicing As Boolean,
	startPreprocessorScope As Boolean
)
Parameters
- selfServicing
 - Type: SystemBoolean
if set to true [self servicing]. - startPreprocessorScope
 - Type: SystemBoolean
If true, it will start a preprocessor scope 
See Also