DataColumnCollection.Contains Method
Checks whether the collection contains a column with the specified name.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Parameters
- name
- Type: System.String
The ColumnName of the column to look for.
Use the Contains 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.
The following example uses the Contains method and the CanRemove method to determine whether the column can be removed. If so, the column is removed.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.