Exemple #1
0
 private void InitClassBase()
 {
     this.DataSetName   = "FINPOREZDataSet";
     this.Namespace     = "http://www.tempuri.org/FINPOREZ";
     this.tableFINPOREZ = new FINPOREZDataTable();
     this.Tables.Add(this.tableFINPOREZ);
 }
Exemple #2
0
 internal void InitVars(bool initTable)
 {
     this.tableFINPOREZ = (FINPOREZDataTable)this.Tables["FINPOREZ"];
     if (initTable && (this.tableFINPOREZ != null))
     {
         this.tableFINPOREZ.InitVars();
     }
 }