Click or drag to resize
AbstractTableManagerGetPKConstraintName Method
Returns the name of the primary key constraint.

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

Parameters

tableName
Type: SystemString
Name of the table

Return Value

Type: String

Implements

ITableManagerGetPKConstraintName(String)
See Also