IDataQueryAsSingleColumn Method |
Creates a single column query from the given query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax IDataQuery AsSingleColumn(
string defaultColumn = null,
bool forceColumn = false
)
Parameters
- defaultColumn (Optional)
- Type: SystemString
Specific column to use in case query doesn't return single column yet - forceColumn (Optional)
- Type: SystemBoolean
If true, the given column is forced to the output
Return Value
Type:
IDataQuerySee Also