Share via


OperationConfiguration.EntityParameter Method

Definition

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

Returns

Applies to