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