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