| ColumnDefinition Constructor (String, Type) | 
            Constructor
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic ColumnDefinition(
	string name,
	Type type
)
Parameters
- name
 - Type: SystemString
Column name - type
 - Type: SystemType
Column type 
See Also