NickStrupat / EntityFramework.Triggers

Adds events for entity inserting, inserted, updating, updated, deleting, and deleted
MIT License
373 stars 46 forks source link

Will Changes to the Database trigger events? #58

Closed DevSelchow closed 4 years ago

DevSelchow commented 4 years ago

After reading the the Readme I am still unsure if the Triggers will work if an third-party program makes changes directly to the Database or are they only designed to work within one instance of EF.
Could I use this to "send" events between to EF instances connected to the same database ?

NickStrupat commented 4 years ago

Sorry for the delayed response. This feature is not implemented currently. It would be very nice to have this implemented.

DevSelchow commented 4 years ago

Thank you for the answer