Exemplo n.º 1
0
 private void InitClassBase()
 {
     this.DataSetName        = "VRSTAOBUSTAVEDataSet";
     this.Namespace          = "http://www.tempuri.org/VRSTAOBUSTAVE";
     this.tableVRSTEOBUSTAVA = new VRSTEOBUSTAVADataTable();
     this.Tables.Add(this.tableVRSTEOBUSTAVA);
 }
Exemplo n.º 2
0
 internal void InitVars(bool initTable)
 {
     this.tableVRSTEOBUSTAVA = (VRSTEOBUSTAVADataTable)this.Tables["VRSTEOBUSTAVA"];
     if (initTable && (this.tableVRSTEOBUSTAVA != null))
     {
         this.tableVRSTEOBUSTAVA.InitVars();
     }
 }