public override global::System.Data.DataTable Clone()
            {
                vwReportSourceDataTable cln = ((vwReportSourceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tablevwReportSource = ((vwReportSourceDataTable)(this.Tables["vwReportSource"]));
     if ((this.tablevwReportSource != null))
     {
         this.tablevwReportSource.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "dsReportSource";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsReportSource.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("uk-UA");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablevwReportSource     = new vwReportSourceDataTable();
     base.Tables.Add(this.tablevwReportSource);
 }
 internal void InitVars(bool initTable)
 {
     this.tablevwReportSource = ((vwReportSourceDataTable)(base.Tables["vwReportSource"]));
     if ((initTable == true))
     {
         if ((this.tablevwReportSource != null))
         {
             this.tablevwReportSource.InitVars();
         }
     }
 }
Example #5
0
 private void InitClass()
 {
     this.DataSetName         = "dsReportSource";
     this.Prefix              = "";
     this.Namespace           = "http://www.tempuri.org/dsReportSource.xsd";
     this.Locale              = new System.Globalization.CultureInfo("uk-UA");
     this.CaseSensitive       = false;
     this.EnforceConstraints  = true;
     this.tablevwReportSource = new vwReportSourceDataTable();
     this.Tables.Add(this.tablevwReportSource);
 }
Example #6
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();
     }
 }
 internal vwReportSourceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablevwReportSource = ((vwReportSourceDataTable)(this.Table));
 }
Example #8
0
 internal vwReportSourceRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablevwReportSource = ((vwReportSourceDataTable)(this.Table));
 }