0

Someone know how i can mirror between two tables. I mean, i want that every data that enter to table A will enter automatically to table B.

I want to do this without call twice to save function for each table

Thank you

Itay Golan
  • 33
  • 8

1 Answers1

0

You can do that by looking into linq for joining tables. Please see this posts as it seems that someone else had a similar issue. Cheers!

user3838697
  • 115
  • 3
  • 12
  • This is less what i need, because my problem is in relations table that i want to mirror between them, and the relation table is created automatically so i cant to do it like this – Itay Golan Jul 10 '17 at 14:13