Skip to content

Issue #1 - modified GetModelParametersForModelDefinedFunction to take…#10

Open
MHacker9404 wants to merge 1 commit intoDixin:masterfrom
MHacker9404:master
Open

Issue #1 - modified GetModelParametersForModelDefinedFunction to take…#10
MHacker9404 wants to merge 1 commit intoDixin:masterfrom
MHacker9404:master

Conversation

@MHacker9404
Copy link

… into account parameters can be different EdmTypes

… into account parameters can be different EdmTypes
type = model.GetModelEntityType(parameterInfo.ParameterType, methodInfo);
if (type == null)
{
type = model.GetModelStructualType(parameterInfo.ParameterType, methodInfo);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

model.GetModelStructualType calls model.GetModelComplexType and model.GetModelEntityType internally, and throw NotSupportedException.

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

Successfully merging this pull request may close these issues.

2 participants