public override global::System.Data.DataTable Clone() { ReportePerfilesDataTable cln = ((ReportePerfilesDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "ReportePerfiles"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ReportePerfiles.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableReportePerfiles = new ReportePerfilesDataTable(); base.Tables.Add(this.tableReportePerfiles); }
internal void InitVars(bool initTable) { this.tableReportePerfiles = ((ReportePerfilesDataTable)(base.Tables["ReportePerfiles"])); if ((initTable == true)) { if ((this.tableReportePerfiles != null)) { this.tableReportePerfiles.InitVars(); } } }
internal ReportePerfilesRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableReportePerfiles = ((ReportePerfilesDataTable)(this.Table)); }