Edit

Share via


XmlDataDocument.GetElementFromRow(DataRow) Method

Definition

Retrieves the XmlElement associated with the specified DataRow.

public:
 System::Xml::XmlElement ^ GetElementFromRow(System::Data::DataRow ^ r);
public System.Xml.XmlElement GetElementFromRow(System.Data.DataRow r);
member this.GetElementFromRow : System.Data.DataRow -> System.Xml.XmlElement
Public Function GetElementFromRow (r As DataRow) As XmlElement

Parameters

r
DataRow

The DataRow whose associated XmlElement you want to retrieve.

Returns

The XmlElement containing a representation of the specified DataRow.

Applies to

See also