Watch for a table new records in sql database

前端 未结 6 1321
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 11:36

I am using EF in a windows application and I want my application to do some tasks when a new record inserted in a certain table \"these new records will be inserted by a we

6条回答
  •  既然无缘
    2020-12-01 12:13

    Or use SqlTableDependency: https://tabledependency.codeplex.com/. This open source component send you an event with record detail information about the new row in table

提交回复
热议问题