Click or drag to resize

DataFrameContainsColumn Method

Tests whether this data frame contains a column of the given name.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ContainsColumn(
	string colName
)

Parameters

colName  String
A column name.

Return Value

Boolean
Returns true if the given column name exists; otherwise, false.
See Also