OperationConfiguration.EntityParameter 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
EntityParameter(Type, String) |
Adds a new non-binding entity type parameter. |
EntityParameter<TEntityType>(String) |
Adds a new non-binding entity type parameter. |
EntityParameter(Type, String)
Adds a new non-binding entity type parameter.
public Microsoft.AspNet.OData.Builder.ParameterConfiguration EntityParameter (Type clrEntityType, string name);
member this.EntityParameter : Type * string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function EntityParameter (clrEntityType As Type, name As String) As ParameterConfiguration
Parameters
- clrEntityType
- Type
- name
- String
Returns
Applies to
EntityParameter<TEntityType>(String)
Adds a new non-binding entity type parameter.
public Microsoft.AspNet.OData.Builder.ParameterConfiguration EntityParameter<TEntityType> (string name) where TEntityType : class;
member this.EntityParameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration (requires 'EntityType : null)
Public Function EntityParameter(Of TEntityType As Class) (name As String) As ParameterConfiguration
Type Parameters
- TEntityType
Parameters
- name
- String