IEdmOperation.FindParameter(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 parameter with the given name, and returns null if no such parameter exists.
public Microsoft.OData.Edm.IEdmOperationParameter FindParameter (string name);
abstract member FindParameter : string -> Microsoft.OData.Edm.IEdmOperationParameter
Public Function FindParameter (name As String) As IEdmOperationParameter
Parameters
- name
- String
The name of the parameter being found.
Returns
The requested parameter or null if no such parameter exists.