OperationConfiguration.Parameter 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.
Overloads
Parameter(Type, String) |
Adds a new non-binding parameter |
Parameter<TParameter>(String) |
Adds a new non-binding parameter |
Parameter(Type, String)
Adds a new non-binding parameter
public Microsoft.AspNet.OData.Builder.ParameterConfiguration Parameter (Type clrParameterType, string name);
member this.Parameter : Type * string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function Parameter (clrParameterType As Type, name As String) As ParameterConfiguration
Parameters
- clrParameterType
- Type
- name
- String
Returns
Applies to
Parameter<TParameter>(String)
Adds a new non-binding parameter
public Microsoft.AspNet.OData.Builder.ParameterConfiguration Parameter<TParameter> (string name);
member this.Parameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function Parameter(Of TParameter) (name As String) As ParameterConfiguration
Type Parameters
- TParameter
Parameters
- name
- String