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!

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.