System.Xml.XmlDataDocument.Bind C# (CSharp) Méthode

Bind() private méthode

private Bind ( DataRow r, XmlBoundElement e ) : void
r System.Data.DataRow
e XmlBoundElement
Résultat void
        internal void Bind(DataRow r, XmlBoundElement e)
        {
            r.Element = e;
            e.Row = r;
        }

Same methods

XmlDataDocument::Bind ( bool fLoadFromDataSet ) : void
XmlDataDocument