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