Skip to content

Commit

Permalink
Update 12 Action and Function.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Nov 22, 2023
1 parent 2912927 commit a225b7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions odata-csdl/12 Action and Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ or complex types in scope.
An action overload MAY define [parameters](#Parameter) used during the execution
of the action overload.

[Bound](#BoundorUnboundActionorFunctionOverloads) action overloads for the same action name are distinguished by their binding parameter type.
The combination of action name and binding parameter type MUST be unique within a schema.
An action can have at most one [unbound](#BoundorUnboundActionorFunctionOverloads) overload and
zero or more [bound](#BoundorUnboundActionorFunctionOverloads) overloads.

There can be at most one [unbound](#BoundorUnboundActionorFunctionOverloads) action overload for an action name.
Bound overloads of an action are distinguished by their binding parameter type.
The combination of action name and binding parameter type MUST be unique within a schema.

::: {.varjson .rep}
### ##isec Action Overload Object
Expand Down

0 comments on commit a225b7c

Please sign in to comment.