XmlDataDocument.GetElementFromRow(DataRow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.