Click or drag to resize
IMultiQueryTQuery, TInnerQueryAddResultColumns Method (IEnumerableString)
Adds the additional columns to the query

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

Parameters

columns
Type: System.Collections.GenericIEnumerableString
Columns to add

Return Value

Type: TQuery
See Also