OperationConfiguration.CollectionEntityParameter 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
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