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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery ResultColumns(
	params string[] columns
)

Parameters

columns
Type: SystemString
Columns to set to be selected

Return Value

Type: TQuery
See Also