Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FunctionImport with multiple results don't support ComplexTypes as return #24

Open
artur-moreira opened this issue May 23, 2017 · 0 comments

Comments

@artur-moreira
Copy link

On the method "GetModelEntitySets" when the stored procedure has more than one result, he tries to find the returnClrType as EntitySets, throwing an exception "clrType for method {methodInfo.Name} is not supported in conceptual model as entity set".

If we can validate that the return type is not a primitive type, in this case is a pair of ComplexTypes, and return null on this method; it actually works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant