[]
Determines whether this collection contains the column with the specified name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | name | Name |
| Type | Description |
|---|---|
| bool |
|