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