BioBotApp.Model.Data.dsBioBot.dsBioBot C# (CSharp) Method

dsBioBot() private method

private dsBioBot ( )
        public dsBioBot() {
            this.BeginInit();
            this.InitClass();
            global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            base.Tables.CollectionChanged += schemaChangedHandler;
            base.Relations.CollectionChanged += schemaChangedHandler;
            this.EndInit();
        }
        

Same methods

dsBioBot::dsBioBot ( global info, global context )