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