Greetings,
Is there a way to inserting record in a table depends on another table without fetching this record by UnitOfWork2
Ex
I have 2 tables named "table1" and "ShadowTable1"
in my scenario i have PK ID of one record from "table1"
and want to insert this record in "ShadowTable1" table as HISTORY
how to achieve this without fetching table1 entity ??
using
LBLL 2.6
Adapter mode