Click or drag to resize
DataQueryBaseTQueryAsColumn Method
Converts the query to the query column using this query as nested

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual IQueryColumn AsColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: IQueryColumn
See Also