編集

次の方法で共有


XmlDataDocument.GetRowFromElement(XmlElement) Method

Definition

Retrieves the DataRow associated with the specified XmlElement.

public:
 System::Data::DataRow ^ GetRowFromElement(System::Xml::XmlElement ^ e);
public System.Data.DataRow? GetRowFromElement(System.Xml.XmlElement? e);
public System.Data.DataRow GetRowFromElement(System.Xml.XmlElement e);
member this.GetRowFromElement : System.Xml.XmlElement -> System.Data.DataRow
Public Function GetRowFromElement (e As XmlElement) As DataRow

Parameters

e
XmlElement

The XmlElement whose associated DataRow you want to retrieve.

Returns

The DataRow containing a representation of the XmlElement; null if there is no DataRow associated with the XmlElement.

Applies to