Table of Contents

Interface IQueryColumn

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

General interface for the query columns

public interface IQueryColumn : IQueryExpression, IQueryParameters, IQueryObjectWithValue, IQueryObject
Inherited Members
Extension Methods

Properties

IsSingleColumn

Returns true if this column represents a single column

bool IsSingleColumn { get; }

Property Value

bool

Methods

AsAlias()

Converts the column to a column representing its alias

IQueryColumn AsAlias()

Returns

IQueryColumn