Linq select does not generate parameterized queries
30 views
Skip to first unread message
mike.kr...@gmail.com
unread,
Feb 20, 2013, 12:14:12 AM2/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to blto...@googlegroups.com
I'm using BlToolkit to access Oracle database using Linq. I'm doing simple selects. It generates SQL statements with constants embedded into SQL text rather than generating parameterized queries. Is there a way to change/override this behaviour? I'd really prefer parameterized selects.