Ejemplo n.º 1
0
        private void HandleNavigationPropertyElement(XmlReader reader)
        {
            NavigationProperty navigationProperty = new NavigationProperty(this);

            navigationProperty.Parse(reader);
            this.AddMember((SchemaElement)navigationProperty);
        }
Ejemplo n.º 2
0
        private void HandleNavigationPropertyElement(XmlReader reader)
        {
            var navigationProperty = new NavigationProperty(this);

            navigationProperty.Parse(reader);
            AddMember(navigationProperty);
        }