Click or drag to resize
MultiQueryBase<TQuery, TInnerQuery>.AsSingleColumn Method
Creates a single column query from the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public override IDataQuery AsSingleColumn(
	string defaultColumn = null,
	bool forceColumn = false
)

Parameters

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

Return Value

Type: IDataQuery

Implements

IDataQuery.AsSingleColumn(String, Boolean)
IDataQuery.AsSingleColumn(String, Boolean)
See Also