I want to use SQL cache dependency with SubSonic. How can I do this?
Asked
Active
Viewed 306 times
1 Answers
1
I highly doubt you can do that - the SQL cache dependency model is based on the SqlCommand object in ADO.NET - SubSonic totally replaces that. So unless there's something directly built into SubSonic (I don't know it well enough to answer that), I am afraid you're probably out of luck.
Marc

marc_s
- 732,580
- 175
- 1,330
- 1,459