'Declaration
Public Overloads Function Contains( _ ByVal columnName As String _ ) As Boolean
public bool Contains( string columnName )
Parameters
- columnName
- Name of the column.
Return Value
true
if contains a column regarding the specified column name; otherwise, false
.