Click or drag to resize
ITableManagerGetPKConstraintName Method
Returns the name of the PK constraint.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
string GetPKConstraintName(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table

Return Value

Type: String
See Also