What steps i should follow to use the following sql scalar value function within entity framework....select dbo.GetDefaultAccount(5,1,48)
...I tried creating a static class under the same namespace of the edmx and defining the function as following... ...