Click or drag to resize
AbstractInfoBaseTInfoCombineColumnNames Method (String)
Combines supplied column names into a list and caches it in mCombinedColumnNames. Does nothing when column names are already cached unless TypeInfo has ColumnsInvalidated set to true. Returns combined column names.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public List<string> CombineColumnNames(
	params string[] names
)

Parameters

names
Type: SystemString
A string array containing column names.

Return Value

Type: ListString
Combined column names.
See Also