'Declaration
Public Overloads Function Contains( _ ByVal columnName As String _ ) As Boolean
public bool Contains( string columnName )
Parameters
- columnName
- Column name to look for (case-insensitive).
Return Value
True if the collection contains a column with the given name, False otherwise.