Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.DataSet1 C# (CSharp) Method

DataSet1() private method

private DataSet1 ( )
        public DataSet1() {
            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

DataSet1::DataSet1 ( global info, global context )