XmlDataDocument.GetElementFromRow(DataRow) Metodo

Definizione

Recupera l'oggetto XmlElement associato all'oggetto specificato 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

Parametri

r
DataRow

Oggetto di cui si desidera recuperare l'oggetto DataRow associato XmlElement .

Valori restituiti

Oggetto XmlElement contenente una rappresentazione dell'oggetto specificato DataRow.

Si applica a

Vedi anche