Sign in Sign up
nuget

SqlTableDependency

SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data. If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice. The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker. In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.

nuget View on Nuget

Activity

Latest release
6y ago
Total releases
13
Cadence
~19 days
Last 12 months
0

Details

First release
May 01, 2018
Releases
Version Released
8.5.8 patch
8.5.7 patch
8.5.6 patch
8.5.5 patch
8.5.4 patch
8.5.3 patch
8.5.2 patch
8.5.1 major
7.5.0 minor
7.4.0 minor
7.3.0 minor
7.2.0 minor
7.1.0 initial