IColumnMappingCollection::Contains Method (String^)
.NET Framework (current version)
Gets a value indicating whether the DataColumnMappingCollection contains a DataColumnMapping object with the specified source column name.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceColumnName
-
Type:
System::String^
The case-sensitive name of the source column.
Return Value
Type: System::Booleantrue if a DataColumnMapping object with the specified source column name exists, otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: