Boolean IDataTable.Contains(String name)

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

Parameters

  • name
    Type: String
    The specified column name.

Return Value

Type: Boolean
Whether the data table contains the specified column.