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

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