NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDataDocument.GetRowFromElement

[Visual Basic]
Public Function GetRowFromElement( _
   ByVal e As XmlElement _
) As DataRow
[C#]
public DataRow GetRowFromElement(
   XmlElement e
);
[C++]
public: DataRow* GetRowFromElement(
   XmlElement* e
);
[JScript]
public function GetRowFromElement(
   e : XmlElement
) : DataRow;

Parameters

e
The XmlElement whose associated DataRow to retrieve.

Return Value

The DataRow containing a representation of the specified XmlElement.

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace