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

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