Checks whether the collection contains a column with the specified name.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
Parameters
- columnName
- Type: System String
the name of the column.
Return Value
Type: Booleantrue if a column exists with this name; otherwise, false.
See Also