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

SetNestedParentRegion() private méthode

private SetNestedParentRegion ( XmlBoundElement childRowElem ) : void
childRowElem XmlBoundElement
Résultat void
        private void SetNestedParentRegion(XmlBoundElement childRowElem)
        {
            Debug.Assert(childRowElem.Row != null);

            XmlBoundElement parentRowElem;
            _mapper.GetRegion(childRowElem.ParentNode, out parentRowElem);
            SetNestedParentRegion(childRowElem, parentRowElem);
        }
        private void SetNestedParentRegion(XmlBoundElement childRowElem, XmlBoundElement parentRowElem)

Same methods

XmlDataDocument::SetNestedParentRegion ( XmlBoundElement childRowElem, XmlBoundElement parentRowElem ) : void
XmlDataDocument