EnableChangeTracking
Enables change tracking on an entity, allowing incremental updates and efficient data synchronization. Note: This feature is irreversible once activated.
Input
Name | Type | Required | Description |
TableName | String | True | The name of the table for which change tracking should be enabled. This must be a valid table within the database. |
Result Set Columns
Name | Type | Description |
Success | Bool | Indicates whether the operation to enable change tracking was successful. Returns true if successful; otherwise, false. |
Message | String | Provides details about any errors encountered during the operation. If no errors occurred, this is empty. |