| 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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected List<string> CombineColumnNames(
	params ICollection[] names
)
Parameters
- names
- Type: System.CollectionsICollection
 An array of collections containing column names.
Return Value
Type: 
ListStringCombined column names.
 See Also
See Also