I used the Add > Function Import feature in my model's .edmx diagram by selecting a stored procedure. It then appears in the Model browser tab as EntityContainer:myEntities > Function Imports > MyFunction How do I reference that function or method in my code? The propeties say it should be part of the myEntities.MyFunction but it doesn't appear in Intellisense anywhere when I create the entities instance??
Read More...