示例#1
0
 internal void InitVars()
 {
     this.tablePC1TmpOVExped = (PC1TmpOVExpedDataTable)this.Tables["PC1TmpOVExped"];
     if (this.tablePC1TmpOVExped != null)
     {
         this.tablePC1TmpOVExped.InitVars();
     }
 }
示例#2
0
 private void InitClass()
 {
     this.DataSetName        = "DataTmpOVExped";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/DataTmpOVExped.xsd";
     this.Locale             = new CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablePC1TmpOVExped = new PC1TmpOVExpedDataTable();
     this.Tables.Add(this.tablePC1TmpOVExped);
 }