Linq to SQL and PostgreSql Profiler
Posted: Thu 10 Nov 2011 15:45
Greetings all!
I'm trying to run a insert a bunch of data into postgresql using linq to sql but i'm getting a "foreign key restriction". And I can't figure out what's wrong because the exception code does not show me anything usefull (like, which row is bugging).
Is there a way for me to profile linq to sql execution, in order to see a little more about the error?
Thanks
I'm trying to run a insert a bunch of data into postgresql using linq to sql but i'm getting a "foreign key restriction". And I can't figure out what's wrong because the exception code does not show me anything usefull (like, which row is bugging).
Is there a way for me to profile linq to sql execution, in order to see a little more about the error?
Thanks