예제 #1
0
 private void InitClassBase()
 {
     this.DataSetName       = "DDVRSTEPOSLADataSet";
     this.Namespace         = "http://www.tempuri.org/DDVRSTEPOSLA";
     this.tableDDVRSTEPOSLA = new DDVRSTEPOSLADataTable();
     this.Tables.Add(this.tableDDVRSTEPOSLA);
 }
예제 #2
0
 internal void InitVars(bool initTable)
 {
     this.tableDDVRSTEPOSLA = (DDVRSTEPOSLADataTable)this.Tables["DDVRSTEPOSLA"];
     if (initTable && (this.tableDDVRSTEPOSLA != null))
     {
         this.tableDDVRSTEPOSLA.InitVars();
     }
 }