| QueryColumnListLoad Method (String) | 
            Loads the given list of columns to the list
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic void Load(
	params string[] columns
)
Parameters
- columns
 - Type: SystemString
Lists of columns separated by commas 
See Also