1
Answer

How to convert this EF6 Linq?

How do I convert this to is in a EF6 C# data query?

Select CustomerName, f_GetCustomerStatus(idCustomerStatus) from Customers

 

C# and EF newbie

Any help is appreciated.

 

D

Answers (1)