Click or drag to resize
NestedSelectQueryColumnIsSingleColumn 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 override bool IsSingleColumn { get; }

Property Value

Type: Boolean

Implements

IQueryColumnIsSingleColumn
See Also