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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.