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