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

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