[]
Gets a value that indicates whether the collection contains a Column with a given name.
public bool Contains(string colName)
Type | Name | Description |
---|---|---|
string | colName | ColumnName to look for. |
Type | Description |
---|---|
bool | True if the collection contains a column with the given name. |