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