Click or drag to resize
AbstractInfoBaseTInfoCombineColumnNames Method (ICollection)
Combines column names from supplied collections 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: 10.0.0
Syntax
C#
protected List<string> CombineColumnNames(
	params ICollection[] names
)

Parameters

names
Type: System.CollectionsICollection
An array of collections containing column names.

Return Value

Type: ListString
Combined column names.
See Also