Skip to content

totano/RxSQLNotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxSQLNotify

RxSQLNotify leverages SqlDependency by creating reactive notifications to table changes.

Its use is quite simple: create a SqlConnection and then observe the changes for a specific SQL Statement by using the Observe extension method.

var connection = new SqlConnection(connectionString);
connection.Observe("select field1, field2 from dbo.MyTable").Subscribe(NotifyTableChanged);

About

An easy reactive wrapper around SqlDependency

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%