'宣言 Public Overloads Function Contains( _ ByVal colName As System.String _ ) As System.Boolean
public System.bool Contains( System.string colName )
パラメータ
- colName
- 検索する Column.ColumnName。
戻り値の型
コレクションに指定された名前の列がある場合は true。
'宣言 Public Overloads Function Contains( _ ByVal colName As System.String _ ) As System.Boolean
public System.bool Contains( System.string colName )