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