Using Dapper QueryMultiple in Oracle
I´m trying to use dapper with Oracle (ODP.NET) and I would like to use the "QueryMultiple" functionality. Passing this string to the QueryMultiple method: var query = "Select CUST_ID CustId from Customer_info WHERE CUST_ID=:custId;" + "Select CUST_ID CustId from BCR WHERE CUST_ID=:custId"; I´m getting a ORA-00911: invalid character error Is there any way to do this or it´s not possible? Tks The OP has probably long since solved the issue by now, but as of the time of writing, this question has only one answer and it doesn't really solve the problem of using Dapper's QueryMultiple() method with