ExtensionMethods.IsFunction(IEdmOperation) Method
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.
Determines whether the specified operation is function.
public static bool IsFunction (this Microsoft.OData.Edm.IEdmOperation operation);
static member IsFunction : Microsoft.OData.Edm.IEdmOperation -> bool
<Extension()>
Public Function IsFunction (operation As IEdmOperation) As Boolean
Parameters
- operation
- IEdmOperation
The operation.
Returns
true
if the specified operation is function; otherwise, false
.