Click or drag to resize
TableManagerDropDefaultConstraint Method
Drops the default constraint.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void DropDefaultConstraint(
	string tableName,
	string columnName
)

Parameters

tableName
Type: SystemString
Table name
columnName
Type: SystemString
Column name
See Also