OracleFunctions.Like with EF Core
Posted: Mon 16 Oct 2017 07:07
Hi,
I was using a lot with EF6 for string comparisons. Is there something like that for EF Core?
I tried to reference and use the old function, but that didn't work.
Greetings
Peter
I use EF Core 1.1.2 with dotConnect for Oracle 9.4.326.
I was using
Code: Select all
OracleFunctions.Like
I tried to reference
Code: Select all
Devart.Data.Oracle.Entity.EF6
Greetings
Peter
I use EF Core 1.1.2 with dotConnect for Oracle 9.4.326.