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