DataColumnMappingCollection.IColumnMappingCollection.GetByDataSetColumn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DataColumnMapping object that has the specified DataSet column name.
virtual System::Data::IColumnMapping ^ System.Data.IColumnMappingCollection.GetByDataSetColumn(System::String ^ dataSetColumnName) = System::Data::IColumnMappingCollection::GetByDataSetColumn;
System.Data.IColumnMapping IColumnMappingCollection.GetByDataSetColumn (string dataSetColumnName);
abstract member System.Data.IColumnMappingCollection.GetByDataSetColumn : string -> System.Data.IColumnMapping
override this.System.Data.IColumnMappingCollection.GetByDataSetColumn : string -> System.Data.IColumnMapping
Function GetByDataSetColumn (dataSetColumnName As String) As IColumnMapping Implements IColumnMappingCollection.GetByDataSetColumn
Parameters
Returns
The DataColumnMapping object that has the specified DataSet column name.
Implements
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.