I tried this:
ExactDataDataGen205 db = new ExactDataDataGen205(new
MySql.Data.MySqlClient.MySqlConnection
(System.Configuration.ConfigurationManager.ConnectionStrings
["Connstring"].ConnectionString));
db.Log = null;
When I set the Log to null it throws the exception
failed: System.NotImplementedException : The method or operation is
not implemented.
at DbLinq.Data.Linq.DataContext.get_Log()
Any thoughts?
Thanks again!
On Dec 15, 2:42 pm, "Pascal Craponne" <[email protected]> wrote:
> Set DataContext.Log to null
> Pascal.
>
> jabber/gtalk: [email protected]
> msn: [email protected]
>
> On Mon, Dec 15, 2008 at 19:34, cwpollock <[email protected]> wrote:
>
> > Is there a simple way to suppress the console debugging output from
> > the mysql db linq library after I have compiled the library?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---