EdmModelExtensions.IsOperationOverload(IEdmModel, 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.
Check whether the operation is overload in the model.
public static bool IsOperationOverload(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation);
static member IsOperationOverload : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmOperation -> bool
<Extension()>
Public Function IsOperationOverload (model As IEdmModel, operation As IEdmOperation) As Boolean
Parameters
- model
- IEdmModel
The Edm model.
- operation
- IEdmOperation
The test operations.
Returns
True/false.