DataColumnMappingCollection::IColumnMappingCollection::Item Property (String^)

 

Gets or sets the IColumnMapping object with the specified SourceColumn name.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

private:
property Object^ default[
	String^ index
] {
	virtual Object^ get(String^ index) sealed = IColumnMappingCollection::default::get;
	virtual void set(String^ index, Object^ value) sealed = IColumnMappingCollection::default::set;
}

Parameters

index
Type: System::String^

Index of the element.

Property Value

Type: System::Object^

The IColumnMapping object with the specified SourceColumn name.

This member is an explicit interface member implementation. It can be used only when the DataColumnMappingCollection instance is cast to an IColumnMappingCollection interface.

For more information, see Item.

.NET Framework
Available since 2.0
Return to top
Show: