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