Click or drag to resize
SqlInstallationHelperCheckAllConstraints Method
Performs (re)check operation of all constraints for specified table. If operation finish successfully untrusted constraints will be trusted.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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