DataTableMappingCollection::Item Property (Int32)

 

Gets or sets the DataTableMapping object at the specified index.

Namespace:   System.Data.Common
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: