 | DataFrameContainsColumn Method |
Tests whether this data frame contains a column of the given name.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ContainsColumn(
string colName
)
Public Function ContainsColumn (
colName As String
) As Boolean
public:
bool ContainsColumn(
String^ colName
)
member ContainsColumn :
colName : string -> bool
Parameters
- colName String
- A column name.
Return Value
BooleanReturns
true if the given column name exists; otherwise,
false.
See Also