Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                ReporteDepartamentosUsuariosDataTable cln = ((ReporteDepartamentosUsuariosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName                       = "ReporteDepartamentosUsuarios";
     this.Prefix                            = "";
     this.Namespace                         = "http://tempuri.org/ReporteDepartamentosUsuarios.xsd";
     this.EnforceConstraints                = true;
     this.SchemaSerializationMode           = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReporteDepartamentosUsuarios = new ReporteDepartamentosUsuariosDataTable();
     base.Tables.Add(this.tableReporteDepartamentosUsuarios);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableReporteDepartamentosUsuarios = ((ReporteDepartamentosUsuariosDataTable)(base.Tables["ReporteDepartamentosUsuarios"]));
     if ((initTable == true))
     {
         if ((this.tableReporteDepartamentosUsuarios != null))
         {
             this.tableReporteDepartamentosUsuarios.InitVars();
         }
     }
 }
Example #4
0
 internal ReporteDepartamentosUsuariosRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReporteDepartamentosUsuarios = ((ReporteDepartamentosUsuariosDataTable)(this.Table));
 }