IColumnMappingCollection.Contains Method (String)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: