Пример #1
0
 internal void InitVars()
 {
     this.tablePC1TmpOCConfPend = (PC1TmpOCConfPendDataTable)this.Tables["PC1TmpOCConfPend"];
     if (this.tablePC1TmpOCConfPend != null)
     {
         this.tablePC1TmpOCConfPend.InitVars();
     }
 }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName           = "DataTmpOCConfPend";
     this.Prefix                = "";
     this.Namespace             = "http://tempuri.org/DataTmpOCConfPend.xsd";
     this.Locale                = new CultureInfo("en-US");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tablePC1TmpOCConfPend = new PC1TmpOCConfPendDataTable();
     this.Tables.Add(this.tablePC1TmpOCConfPend);
 }