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