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