Click or drag to resize
AbstractInfoBaseTInfoColumnNames Property
Column names.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public override sealed List<string> ColumnNames { get; }

Property Value

Type: ListString

Implements

IDataContainerColumnNames
Remarks
Consists of column names for this class and column names for this particular object.
See Also