I want to know if there is a way to call built-in sql functions in LINQ to Entities? Such as 'CAST', 'ISNULL'. I have searched on the internet and I know how to call user-defined functions in LINQ to Entities, but I don't know how to call built-in functions. Certainly, some built-in functions can be instead by CLR method, but I'll appreciate if you have a way to call them directly.
Thx in advance!