I tried DapperExtensions, Dapper.Extensions.Linq and linq2dapper to no avail. I will try Dapper.SimpleCRUD-with-Oracle. I will probably settle with a Stored Procedure instead. I want to use TableDirect
with no embedded SQL statement. How can I use Dapper and Linq with a TableDirect
? Or, how can I use TableDirect
without embedded SQL, and filter a table?
Following are my problems:
- I could not create Predicate without run time error.
- I need missing configuration
- I got ORA error about table saying "column not correct, runtime error".
How to use Dapper LINQ with TableDirect (without embedded SQL) with ORACLE?