EdmModelExtensions.OperationTargetsMultiplePaths 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.
Checks whether operation targets singletons and/or entitysets of the same type.
public static bool OperationTargetsMultiplePaths(this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.IEdmOperation operation);
static member OperationTargetsMultiplePaths : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.IEdmOperation -> bool
<Extension()>
Public Function OperationTargetsMultiplePaths (model As IEdmModel, operation As IEdmOperation) As Boolean
Parameters
- model
- IEdmModel
The Edm model.
- operation
- IEdmOperation
The test operations.
Returns
True/false.