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