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

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