Click or drag to resize

DataTableContainsColumn Method

Tests if the table contains a data column with the provided name.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ContainsColumn(
	string name
)

Parameters

name  String
The name to look for.

Return Value

Boolean
True if the table contains a data column with the provided name.
See Also