TableManagerDropDefaultConstraint Method |
Drops the default constraint.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void DropDefaultConstraint(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Table name - columnName
- Type: SystemString
Column name
See Also