DataQueryBaseTQueryAsColumn Method |
Converts the query to the query column using this query as nested
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public virtual IQueryColumn AsColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name
Return Value
Type:
IQueryColumnSee Also