DataQueryBaseTQueryAsSingleColumn Method |
Creates a single column query from the given query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual 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:
IDataQueryImplements
IDataQueryAsSingleColumn(String, Boolean)See Also