ODataUriResolver.ResolveOperationImports(IEdmModel, String) 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.
Resolve operation imports with certain name.
public virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperationImport> ResolveOperationImports (Microsoft.OData.Edm.IEdmModel model, string identifier);
abstract member ResolveOperationImports : Microsoft.OData.Edm.IEdmModel * string -> seq<Microsoft.OData.Edm.IEdmOperationImport>
override this.ResolveOperationImports : Microsoft.OData.Edm.IEdmModel * string -> seq<Microsoft.OData.Edm.IEdmOperationImport>
Public Overridable Function ResolveOperationImports (model As IEdmModel, identifier As String) As IEnumerable(Of IEdmOperationImport)
Parameters
- model
- IEdmModel
The model to search.
- identifier
- String
The qualified name of the operation import which may or may not include the container name.
Returns
All operation imports that can be found by the specified name, returns an empty enumerable if no operation import exists.