public override global::System.Data.DataTable Clone() { paymentDataTable cln = ((paymentDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "ds_pay"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ds_pay.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)); }