Click or drag to resize
IDataClassIDColumn Property
ID column(s).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
string IDColumn { get; }

Property Value

Type: String
Remarks
Primary key can be identified by more than one column. In this case columns are separated by ';' character.
See Also