On Tue, 2010-03-30 at 04:55 -0700, Matthijs de Z wrote:
> is it possible to send an insert ignore statement to dblinq (based on
> a mysql database)?
> regards,
I have no idea what an "insert ignore" statement is, but (assuming it's
"standard" SQL) there's always DataContext.ExecuteCommand():
http://msdn.microsoft.com/en-us/library/system.data.linq.datacontext.executecommand.aspx
This allows sending SQL directly to the DB with minimal DbLinq
machinations.
- 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.