On Sun, 2010-05-23 at 10:08 -0700, Graveen wrote: > I was wondering if i could get documentation of the methods in DBLinQ > (such as Attach() etc...) because i fear i misuse/ignore some > features. In the same way, i also fear i'm not able to dump generated > sql while i can remember i read an article stating it was possible.
We aim for compatibility with Linq-to-SQL, so in theory you should be able to use the System.Data.Linq documentation at MSDN. In practice we're full of bugs; if you encounter something that works under .NET and doesn't work under DbLinq please file a bug, so that we can continue pointing people to MSDN. :-) - Jon -- 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.
