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

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