Click or drag to resize
AggregatedColumnIsSingleColumn Property
Returns true if this column represents a single column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public override bool IsSingleColumn { get; }

Property Value

Type: Boolean

Implements

IQueryColumnIsSingleColumn
See Also