EntityFramework.Functions icon indicating copy to clipboard operation
EntityFramework.Functions copied to clipboard

EFCore

Open bbqchickenrobot opened this issue 7 years ago • 2 comments

Any plans to make this work with Entity Framework Core?

bbqchickenrobot avatar Jun 26 '18 05:06 bbqchickenrobot

As far as I know, Entity Framework Core does not support function mapping. No plan for EFCore until it provides the capability of mapping functions.

Dixin avatar Mar 11 '20 14:03 Dixin

@Dixin, Do you consider HasDbFunction as a way of function mapping?

Code sample:https://www.allhandsontech.com/data-professional/entityframework/entity-framework-core-advanced-mapping/

https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.relationalmodelbuilderextensions.hasdbfunction?view=efcore-5.0

maulik-modi avatar Jan 16 '22 05:01 maulik-modi