IColumnMappingCollection::IndexOf Method (String^)
.NET Framework (current version)
Gets the location of the DataColumnMapping object with the specified source column name. The name is case-sensitive.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceColumnName
-
Type:
System::String^
The case-sensitive name of the source column.
Return Value
Type: System::Int32The zero-based location of the DataColumnMapping object with the specified source column name.
The following example searches for an instance of the derived class, DataColumnMapping, with the given source column name within a DataColumnMappingCollection collection. If the DataColumnMapping exists, the example displays the name and the index of the mapping. If the mapping does not exist, the example displays an error. This example assumes that a DataColumnMappingCollection collection has been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: