SqlDependency: how to work with memory-optimized tables?
I run my c# app using SqlDependency with
“select productid, productname from dbo.products” and it works.
I run my c# app using SqlDependency with
“select productid, productname from dbo.products” and it works.