OperationConfiguration.CollectionEntityParameter Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
CollectionEntityParameter(Type, String) |
Dodaje nową kolekcję niewiążącą parametru typu jednostki. |
CollectionEntityParameter<TElementEntityType>(String) |
Dodaje nową kolekcję niewiążącą parametru typu jednostki. |
CollectionEntityParameter(Type, String)
Dodaje nową kolekcję niewiążącą parametru typu jednostki.
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
Parametry
- clrElementEntityType
- Type
- name
- String
Zwraca
Dotyczy
CollectionEntityParameter<TElementEntityType>(String)
Dodaje nową kolekcję niewiążącą parametru typu jednostki.
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
Parametry typu
- TElementEntityType
Parametry
- name
- String