Click or drag to resize
AbstractInfoTInfoCombineColumnNames Method (ICollection)
Returns column names

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

Parameters

names
Type: System.CollectionsICollection
Values

Return Value

Type: ListString
See Also