Page 1 of 1

OracleFunctions.Like with EF Core

Posted: Mon 16 Oct 2017 07:07
by PeterUser
Hi,

I was using

Code: Select all

OracleFunctions.Like
a lot with EF6 for string comparisons. Is there something like that for EF Core?

I tried to reference

Code: Select all

Devart.Data.Oracle.Entity.EF6
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.

Re: OracleFunctions.Like with EF Core

Posted: Mon 16 Oct 2017 11:33
by Shalex
We will notify you when the OracleFunctions class is supported in our EF Core implementation.

Re: OracleFunctions.Like with EF Core

Posted: Mon 21 Sep 2020 17:20
by Shalex
The OracleFunctions class, which allows using Oracle-specific functions in LINQ to Entities, is supported in EF Core: viewtopic.php?f=1&t=42246.