Entity Framework executesqlcommand in same transaction as savechanges -
the problem have need update 15000 rows deleting them , reinsert them. has happen in single transaction. when remove rows row row slow. inserting goes fine.
is there possibility execute executesqlcommand statement in same transaction savechanges of context insert statements?
Comments
Post a Comment