- name
- The DataColumn.ColumnName of the column to look for.
true if a column exists with this name; otherwise, false.
Use the DataColumnCollection.Contains(string) method to confirm the existence of a column before you perform additional operations on the column. The method returns false when two or more columns have the same name but different namespaces. The call does not succeed if there is any ambiguity when matching a column name to exactly one column.