private void InitClassBase() { this.DataSetName = "BLGVRSTEDOKDataSet"; this.Namespace = "http://www.tempuri.org/BLGVRSTEDOK"; this.tableBLGVRSTEDOK = new BLGVRSTEDOKDataTable(); this.Tables.Add(this.tableBLGVRSTEDOK); }
internal void InitVars(bool initTable) { this.tableBLGVRSTEDOK = (BLGVRSTEDOKDataTable)this.Tables["BLGVRSTEDOK"]; if (initTable && (this.tableBLGVRSTEDOK != null)) { this.tableBLGVRSTEDOK.InitVars(); } }