0

I want to use SQL cache dependency with SubSonic. How can I do this?

Alan Haggai Alavi
  • 72,802
  • 19
  • 102
  • 127
Jalpesh Vadgama
  • 13,653
  • 19
  • 72
  • 94

1 Answers1

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