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