EdmModelBase.FindDeclaredOperations(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.
Searches for a operation with the given name in this model and returns null if no such operation exists.
public System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmOperation> FindDeclaredOperations (string qualifiedName);
abstract member FindDeclaredOperations : string -> seq<Microsoft.OData.Edm.IEdmOperation>
override this.FindDeclaredOperations : string -> seq<Microsoft.OData.Edm.IEdmOperation>
Public Function FindDeclaredOperations (qualifiedName As String) As IEnumerable(Of IEdmOperation)
Parameters
- qualifiedName
- String
The qualified name of the operation being found.
Returns
A group of operations sharing the specified qualified name, or an empty enumerable if no such operation exists.