Linq2SQL InfoMessage

Posted by Paul Oakham on Stack Overflow See other posts from Stack Overflow or by Paul Oakham
Published on 2010-06-16T04:54:22Z Indexed on 2010/06/16 7:52 UTC
Read the original article Hit count: 240

Filed under:
|
|

Hi, is it possible to access the InfoMessage event handler in a Linq2SQL data context? All of our code uses these messages to display useful information to the end user and since moving to Linq2SQL I cannot figure out how to show these messages. I have checked the connection object of the data context as well as the classes properties with no luck so I'm wondering if it is possible.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about linq-to-sql