System.Xml.XmlDataDocument.GetRowFromElement Method

Retrieves the System.Data.DataRow associated with the specified System.Xml.XmlElement.

Syntax

public System.Data.DataRow GetRowFromElement (XmlElement e)

Parameters

e
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.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0