DataTableMappingCollection::ITableMappingCollection::Item Property (String^)

 

Gets or sets the instance of ITableMapping with the specified SourceTable name.

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

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

Parameters

index
Type: System::String^

The SourceTable name of the ITableMapping.

Property Value

Type: System::Object^

The instance of ITableMapping with the specified SourceTable name.

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

For more information, see Item.

.NET Framework
Available since 2.0
Return to top
Show: