MetaElementChangeTracker Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic MetaElementChangeTracker(
	int initialChangeFlagState,
	int nameChangeFlag,
	bool enabled
)
Public Sub New ( 
	initialChangeFlagState As Integer,
	nameChangeFlag As Integer,
	enabled As Boolean
)
Parameters
- initialChangeFlagState
 - Type: SystemInt32
Initial state of the change flags. - nameChangeFlag
 - Type: SystemInt32
The name change flag value. - enabled
 - Type: SystemBoolean
if set to  the tracker is enabled and will track changes. 
See Also