Example #1
0
            public override DataTable Clone()
            {
                EmplCurrentDataTable cln = ((EmplCurrentDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName        = "dsCurrent";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsCurrent.xsd";
     this.Locale             = new System.Globalization.CultureInfo("uk-UA");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableEmplCurrent   = new EmplCurrentDataTable();
     this.Tables.Add(this.tableEmplCurrent);
     this.tablevwReportSource = new vwReportSourceDataTable();
     this.Tables.Add(this.tablevwReportSource);
 }
Example #3
0
 internal void InitVars()
 {
     this.tableEmplCurrent = ((EmplCurrentDataTable)(this.Tables["EmplCurrent"]));
     if ((this.tableEmplCurrent != null))
     {
         this.tableEmplCurrent.InitVars();
     }
     this.tablevwReportSource = ((vwReportSourceDataTable)(this.Tables["vwReportSource"]));
     if ((this.tablevwReportSource != null))
     {
         this.tablevwReportSource.InitVars();
     }
 }
Example #4
0
 internal EmplCurrentRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableEmplCurrent = ((EmplCurrentDataTable)(this.Table));
 }