ClassStructureInfoContainsColumn Method |
Returns true if the data class has the specified column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool ContainsColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name
Return Value
Type:
BooleanSee Also