AbstractTableManagerGetConstraintName Method |
Returns constraint's name truncated to 128 chars (128 chars is limit of database column name).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetConstraintName(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Table name - columnName
- Type: SystemString
Column name
Return Value
Type:
StringSee Also