IColumnMappingCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the IColumnMapping object with the specified SourceColumn 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 SourceColumn name of the IColumnMapping object to find.
.NET Framework
Available since 1.1
Available since 1.1
Show: