DataColumnMappingCollection::Item Property (Int32)

 

Gets or sets the DataColumnMapping object at the specified index.

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

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

.NET Framework
Available since 1.1
Return to top
Show: