public override DataTable Clone()
            {
                tbStatisticReportsDataTable cln = ((tbStatisticReportsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 internal void InitVars()
 {
     this.tabletbStatisticReports = ((tbStatisticReportsDataTable)(this.Tables["tbStatisticReports"]));
     if ((this.tabletbStatisticReports != null))
     {
         this.tabletbStatisticReports.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName             = "XsdTbStatisticReports";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/XsdTbStatisticReports.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbStatisticReports = new tbStatisticReportsDataTable();
     base.Tables.Add(this.tabletbStatisticReports);
 }
 private void InitClass()
 {
     this.DataSetName             = "XsdTbStatisticReports";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/XsdTbStatisticReports.xsd";
     this.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive           = false;
     this.EnforceConstraints      = true;
     this.tabletbStatisticReports = new tbStatisticReportsDataTable();
     this.Tables.Add(this.tabletbStatisticReports);
 }
Example #5
0
 internal void InitVars(bool initTable)
 {
     this.tabletbStatisticReports = ((tbStatisticReportsDataTable)(base.Tables["tbStatisticReports"]));
     if ((initTable == true))
     {
         if ((this.tabletbStatisticReports != null))
         {
             this.tabletbStatisticReports.InitVars();
         }
     }
 }
 internal tbStatisticReportsRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbStatisticReports = ((tbStatisticReportsDataTable)(this.Table));
 }
Example #7
0
 internal tbStatisticReportsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbStatisticReports = ((tbStatisticReportsDataTable)(this.Table));
 }