IDataQuery AsSingleColumn Method Kentico 8.0 API Reference
Creates a single column query from the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

defaultColumn (Optional)
Type: OnlineSystem String
Specific column to use in case query doesn't return single column yet
forceColumn (Optional)
Type: OnlineSystem Boolean
If true, the given column is forced to the output

Return Value

Type: IDataQuery
See Also