DataTableMappingCollection::ITableMappingCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the instance of ITableMapping with the specified SourceTable name.
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.
Implements
ITableMappingCollection::Item[String^]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
Available since 2.0
Show: