-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dapper OracleDynamicParameters, multipleQquery and clause 'in' #53
Comments
Hello! |
Hi @ut786 I am able to query "in clause" with DynamicParameters... however when I change it for OracleDynamicParameters then query is as if no collection passed on.... |
Actually I couldn't get what you are actually doing. But somehow I get what you want to do. I am showing you the sample on how you can achieve that. |
Hi @ut786 , |
Try to use DataTable in instead of string array. |
Hi,
I am struggling with something not sure why not able to execute.
I have a clause in that I would like to execute in a second query...
for simplicity let's say something like :
`
`
where I would have my parameters as
`
`
when I execute this my "in clause" comes empty....
any idea?
thanks
The text was updated successfully, but these errors were encountered: