OracleFunctions.Like with EF Core

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
PeterUser
Posts: 70
Joined: Mon 27 Feb 2017 07:45

OracleFunctions.Like with EF Core

Post by PeterUser » Mon 16 Oct 2017 07:07

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleFunctions.Like with EF Core

Post by Shalex » Mon 16 Oct 2017 11:33

We will notify you when the OracleFunctions class is supported in our EF Core implementation.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleFunctions.Like with EF Core

Post by Shalex » Mon 21 Sep 2020 17:20

The OracleFunctions class, which allows using Oracle-specific functions in LINQ to Entities, is supported in EF Core: viewtopic.php?f=1&t=42246.

Post Reply