SqlInstallationHelperCheckAllConstraints Method |
Performs (re)check operation of all constraints for specified table.
If operation finish successfully untrusted constraints will be trusted.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static void CheckAllConstraints(
IDataConnection connection,
string tableName
)
Parameters
- connection
- Type: CMS.DataEngineIDataConnection
Connection to database - tableName
- Type: SystemString
Name of the table to check
See Also