MappingTracker Constructor (Boolean, Boolean) |
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
)
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