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
As i read about it. The CLR convert EntityFunctions functions to "canonical functions" which are supported by all data providers.
But the SqlFunctions make the SQL Server to do the work and they specified just for SQL Server.
For more information