Example #1
0
        public ModelRoot(INHydrateModelObject root)
            : base(root)
        {
            _versionHistoryList = new VersionHistoryCollection(this);
            Database            = new Database(this);

            this.RemovedTables = new List <string>();
            this.RemovedViews  = new List <string>();
        }