Click or drag to resize
ObjectTypeInfoIDColumn Property
The name of the class field (column) that stores the IDs of objects (i.e. the primary key column). Can be null in rare cases, for example binding objects without an identity column.

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

Property Value

Type: String
See Also