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

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