public void RemovebillrcvPaymentDetRow(billrcvPaymentDetRow row) { this.Rows.Remove(row); }
public billrcvPaymentDetRowChangeEvent(billrcvPaymentDetRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddbillrcvPaymentDetRow(billrcvPaymentDetRow row) { this.Rows.Add(row); }