ClassStructureInfoRegisterColumn Method |
Registers the given column within the structure info
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected void RegisterColumn(
string colName,
Type colType
)
Parameters
- colName
- Type: SystemString
Column name - colType
- Type: SystemType
Column type
See Also