ODataUriFunctions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OData UriFunctions helper.
public static class ODataUriFunctions
type ODataUriFunctions = class
Public Class ODataUriFunctions
- Inheritance
-
ODataUriFunctions
Methods
AddCustomUriFunction(String, FunctionSignatureWithReturnType, MethodInfo) |
This is a shortcut of adding the custom FunctionSignature through 'CustomUriFunctions' class and binding the function name to it's MethodInfo through 'UriFunctionsBinder' class. See these classes documentations. In case of an exception, both operations(adding the signature and binding the function) will be undone. |
RemoveCustomUriFunction(String, FunctionSignatureWithReturnType, MethodInfo) |
This is a shortcut of removing the FunctionSignature through 'CustomUriFunctions' class and unbinding the function name from it's MethodInfo through 'UriFunctionsBinder' class. See these classes documentations. |