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

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

Property Value

Type: Boolean

Implements

IQueryColumnIsSingleColumn
See Also