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

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