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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา