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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "VehicleHistoryReportDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/VehicleHistoryReportDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablehistoryreport      = new historyreportDataTable();
     base.Tables.Add(this.tablehistoryreport);
 }
 internal void InitVars(bool initTable)
 {
     this.tablehistoryreport = ((historyreportDataTable)(base.Tables["historyreport"]));
     if ((initTable == true))
     {
         if ((this.tablehistoryreport != null))
         {
             this.tablehistoryreport.InitVars();
         }
     }
 }
 internal historyreportRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablehistoryreport = ((historyreportDataTable)(this.Table));
 }