DataTableContainsDataColumn Method |
Tests if the table contains a data column with the provided name.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ContainsDataColumn(
string name
)
Parameters
- name String
- The name to look for.
Return Value
BooleanTrue if the table contains a data column with the provided name.
See Also