Ejemplo n.º 1
0
 internal void InitVars()
 {
     this.tablePC1TmpOCGen = (PC1TmpOCGenDataTable)this.Tables["PC1TmpOCGen"];
     if (this.tablePC1TmpOCGen != null)
     {
         this.tablePC1TmpOCGen.InitVars();
     }
 }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName        = "DataTmpOCGen";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/DataTmpOCGen.xsd";
     this.Locale             = new CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablePC1TmpOCGen   = new PC1TmpOCGenDataTable();
     this.Tables.Add(this.tablePC1TmpOCGen);
 }