Table of Contents

Class NestedSelectQueryColumn

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Query column defined by the nested query e.g. "(SELECT UserID FROM CMS_User WHERE ...) AS RelatedUserID"

public class NestedSelectQueryColumn : SelectQueryColumnBase<NestedSelectQueryColumn>, IQueryParameters<NestedSelectQueryColumn>, IQueryColumn, IQueryExpression, IQueryParameters, IQueryObjectWithValue, IQueryObject
Inheritance
object
NestedSelectQueryColumn
Implements
Inherited Members
Extension Methods

Constructors

NestedSelectQueryColumn()

Constructor

public NestedSelectQueryColumn()

NestedSelectQueryColumn(IDataQuery)

Constructor

public NestedSelectQueryColumn(IDataQuery nestedQuery)

Parameters

nestedQuery IDataQuery

Nested query

Properties

IsSingleColumn

Returns true if this column represents a single column

public override bool IsSingleColumn { get; }

Property Value

bool