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)
property Object^ default[ String^ index ] { Object^ get(String^ index); void set(String^ index, Object^ value); }
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: