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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.