Why won't EF4 generate a method to support my Function Import?
- by Deane
I have a stored proc in my database which returns an integer. I added a Function Import to my model. This appears in the EDMX file:
<Function Name="GetTotalEntityCount" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo" />
However, no method…