DataColumnMappingCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the DataColumnMapping object at the specified index.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property DataColumnMapping^ default[ int index ] { DataColumnMapping^ get(int index); void set(int index, DataColumnMapping^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the DataColumnMapping object to find.
Property Value
Type: System.Data.Common::DataColumnMapping^The DataColumnMapping object at the specified index.
The following example creates a DataColumnMappingCollection collection, adds DataColumnMapping objects to the collection, and displays a list of the mapped source columns.
.NET Framework
Available since 1.1
Available since 1.1
Show: