예제 #1
0
 internal void InitVars()
 {
     this.tablePC1TmpOVPend = (PC1TmpOVPendDataTable)this.Tables["PC1TmpOVPend"];
     if (this.tablePC1TmpOVPend != null)
     {
         this.tablePC1TmpOVPend.InitVars();
     }
 }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName        = "DSOVPend";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/DSOVPend.xsd";
     this.Locale             = new CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablePC1TmpOVPend  = new PC1TmpOVPendDataTable();
     this.Tables.Add(this.tablePC1TmpOVPend);
 }