Hi,
Please anyone explain the differences between Bound and Unbound Functions and Actions in the odata terminology.
Best Regards,
Lokesh K.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Feb 14, 2017, 10:31 AM
Basically, there are two different kinds of bound functions:
Bound function can be overloaded, but for all bound overload functions with same binding parameter type, must have same return type.
Unbound functions
Unbound functions don’t bound to any type and they are called as static operations. All unbound function overloads MUST have same return type.