DataColumnMappingCollection::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)
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.
Implements
IColumnMappingCollection::Item[String^]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
Available since 2.0
Show: