EdmOperationParameter(IEdmOperation, String, IEdmTypeReference) Constructor
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.
Initializes a new instance of the EdmOperationParameter class.
public EdmOperationParameter (Microsoft.OData.Edm.IEdmOperation declaringOperation, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.EdmOperationParameter : Microsoft.OData.Edm.IEdmOperation * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmOperationParameter
Public Sub New (declaringOperation As IEdmOperation, name As String, type As IEdmTypeReference)
Parameters
- declaringOperation
- IEdmOperation
Declaring operation of the parameter.
- name
- String
Name of the parameter.
- type
- IEdmTypeReference
Type of the parameter.