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

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

Parameters

columns
Type: SystemString
Columns to add

Return Value

Type: TQuery
See Also