ProcedureConfiguration.CollectionParameter<TElementType> Method (String)
Adds a new non-binding collection parameter
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ParameterConfiguration CollectionParameter<TElementType>(
string name
)
public:
generic<typename TElementType>
ParameterConfiguration^ CollectionParameter(
String^ name
)
member CollectionParameter<'TElementType> :
name:string -> ParameterConfiguration
Public Function CollectionParameter(Of TElementType) (
name As String
) As ParameterConfiguration
Parameters
- name
Type: System.String
Return Value
Type: System.Web.OData.Builder.ParameterConfiguration
Returns ParameterConfiguration.
Type Parameters
- TElementType
See Also
ProcedureConfiguration Class
System.Web.OData.Builder Namespace
Return to top