Click or drag to resize
AbstractTableManagerGetConstraintName Method
Returns constraint's name truncated to 128 chars (128 chars is limit of database column name).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetConstraintName(
	string tableName,
	string columnName
)

Parameters

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

Return Value

Type: String
See Also