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

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

Parameters

r
The DataRow whose associated XmlElement to retrieve.

Return Value

The XmlElement containing a representation of the specified DataRow.

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace