In current implementation, we consider that:
if function parameters defined in Edm function shows in the action, we consider the action is the candidate.
However, we should improve it to that:
Except the known parameters, for example (CancellationToken
, ODataQueryOption, ODataQueryOptions, ODataPath, etc), we should exactly match the remaining parameters with the Edm function parameters.