Click or drag to resize
FieldBase<FieldType>.PrimaryKey Property
Indicates whether field is a primary key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool PrimaryKey { get; set; }

Property Value

Type: Boolean

Implements

IField.PrimaryKey
See Also