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