[]
Gets a value that determines whether the collection contains a Column with the given name.
public bool Contains(string columnName)
Type | Name | Description |
---|---|---|
string | columnName | Column name to look for (case-insensitive). |
Type | Description |
---|---|
bool | True if the collection contains a column with the given name, False otherwise. |