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

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