MetaElementChangeTracker Constructor |
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public 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