BaseInfoGetObjectTypeForColumn Method |
Gets the object type for the given column or null if the object type is not found or unknown.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual string GetObjectTypeForColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name to check
Return Value
Type:
StringSee Also