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