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

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.