Contains(string)

Returns whether the data table contains a column with the specified name.

Declaration Syntax

public bool Contains(string name)

Parameters

name(string)

The specified column name.