What is the difference between SqlFunctions and EntityFunctions?

前端 未结 4 1982
暗喜
暗喜 2020-12-05 14:21

What\'s the difference ? Are both used to perform functions in sql side before get data and store them in memory ?

P.S:
Both used in linq to ent

4条回答
  •  独厮守ぢ
    2020-12-05 15:08

    In case anyone comes across this old post, System.Data.Entity.EntityFunctions is now obsolete and replaced with System.Data.Entity.DbFunctions.

提交回复
热议问题