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

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