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