Share via


ProcedureConfiguration.CollectionEntityParameter<TElementEntityType> Method (String)

 

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

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ParameterConfiguration CollectionEntityParameter<TElementEntityType>(
    string name
)
where TElementEntityType : class
public:
generic<typename TElementEntityType>
where TElementEntityType : ref class
ParameterConfiguration^ CollectionEntityParameter(
    String^ name
)
member CollectionEntityParameter<'TElementEntityType when 'TElementEntityType : not struct> : 
        name:string -> ParameterConfiguration
Public Function CollectionEntityParameter(Of TElementEntityType As Class) (
    name As String
) As ParameterConfiguration

Parameters

Return Value

Type: System.Web.OData.Builder.ParameterConfiguration

Type Parameters

  • TElementEntityType

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top