ClassStructureInfoIDColumn Property |
ID column name(s).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string IDColumn { get; protected internal set; }
Property Value
Type:
StringRemarks Primary key can be identified by more than one column. In this case columns are separated by ';' character.
See Also