DataRecordContainerContainsColumn Method |
Gets a value indicating whether the record container contains the specified column.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool ContainsColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of column whose presence to test.
Return Value
Type:
BooleanReturns true if
columnName is contained in the record container, otherwise returns false.
Implements
IDataContainerContainsColumn(String)See Also