DataColumnMappingCollection::IndexOfDataSetColumn Method (String^)
.NET Framework (current version)
Gets the location of the specified DataColumnMapping with the given DataSet column name.
Assembly: System.Data (in System.Data.dll)
Parameters
- dataSetColumn
-
Type:
System::String^
The name, which is not case-sensitive, of the data set column to find.
Return Value
Type: System::Int32The zero-based location of the specified DataColumnMapping with the given DataSet column name, or -1 if the DataColumnMapping object does not exist in the collection.
The following example searches for a DataColumnMapping within the collection. If the object exists, it is returned. The example assumes that a DataColumnMappingCollection collection and a DataColumnMapping object have been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: