How insert and update data in save event for two related tables

  • Thread starter Thread starter zleug
  • Start date Start date
Z

zleug

Guest
Hi All.

One of the WPF form of my project should be use two entity tables.

1615245.jpg

The form has three fields from both tables: Name, Description, IsActive, CreatedDate, CreatedBy, UpdatedDate, UpdatedBy.
How to binding form and fields if data source has two tables?
How to create save and update methods to save and update data for both tables?

Thanks.

Continue reading...
 
Back
Top