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

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