'宣言 Public Overloads Function Contains( _ ByVal columnName As System.String _ ) As System.Boolean
public System.bool Contains( System.string columnName )
パラメータ
- columnName
- Column name to look for (case-insensitive).
戻り値の型
True if the collection contains a column with the given name, False otherwise.