Ejemplo n.º 1
0
 private void InitClassBase()
 {
     this.DataSetName         = "IRAVRSTAIZNOSADataSet";
     this.Namespace           = "http://www.tempuri.org/IRAVRSTAIZNOSA";
     this.tableIRAVRSTAIZNOSA = new IRAVRSTAIZNOSADataTable();
     this.Tables.Add(this.tableIRAVRSTAIZNOSA);
 }
Ejemplo n.º 2
0
 internal void InitVars(bool initTable)
 {
     this.tableIRAVRSTAIZNOSA = (IRAVRSTAIZNOSADataTable)this.Tables["IRAVRSTAIZNOSA"];
     if (initTable && (this.tableIRAVRSTAIZNOSA != null))
     {
         this.tableIRAVRSTAIZNOSA.InitVars();
     }
 }