Share via


OperationConfiguration.CollectionEntityParameter Method

Definition

Overloads

CollectionEntityParameter(Type, String)

Adds a new non-binding collection of entity type parameter.

CollectionEntityParameter<TElementEntityType>(String)

Adds a new non-binding collection of entity type parameter.

CollectionEntityParameter(Type, String)

Adds a new non-binding collection of entity type parameter.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration CollectionEntityParameter (Type clrElementEntityType, string name);
member this.CollectionEntityParameter : Type * string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function CollectionEntityParameter (clrElementEntityType As Type, name As String) As ParameterConfiguration

Parameters

clrElementEntityType
Type
name
String

Returns

Applies to

CollectionEntityParameter<TElementEntityType>(String)

Adds a new non-binding collection of entity type parameter.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration CollectionEntityParameter<TElementEntityType> (string name) where TElementEntityType : class;
member this.CollectionEntityParameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration (requires 'ElementEntityType : null)
Public Function CollectionEntityParameter(Of TElementEntityType As Class) (name As String) As ParameterConfiguration

Type Parameters

TElementEntityType

Parameters

name
String

Returns

Applies to