XmlDataDocument.GetElementFromRow(DataRow) Méthode

Définition

Récupère l’associé XmlElement au fichier spécifié 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

Paramètres

r
DataRow

Dont DataRow vous souhaitez récupérer l’élément associé XmlElement .

Retours

Contenant XmlElement une représentation de l’objet spécifié DataRow.

S’applique à

Voir aussi