Click or drag to resize
IMultiQueryTQuery, TInnerQueryResultColumns Method (IEnumerableString)
Sets the columns to select

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery ResultColumns(
	IEnumerable<string> columns
)

Parameters

columns
Type: System.Collections.GenericIEnumerableString
Columns to set to be selected

Return Value

Type: TQuery
See Also