DataColumnMappingCollection::IColumnMappingCollection::GetByDataSetColumn Method (String^)
.NET Framework (current version)
Gets the DataColumnMapping object that has the specified DataSet column name.
Assembly: System.Data (in System.Data.dll)
private: virtual IColumnMapping^ GetByDataSetColumn( String^ dataSetColumnName ) sealed = IColumnMappingCollection::GetByDataSetColumn
Parameters
- dataSetColumnName
-
Type:
System::String^
The name, which is not case-sensitive, of the DataSet column to find.
Return Value
Type: System.Data::IColumnMapping^The DataColumnMapping object that has the specified DataSet column name.
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 GetByDataSetColumn.
.NET Framework
Available since 1.1
Available since 1.1
Show: