ActionConfiguration.ReturnsCollection<TReturnElementType> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Établit le type de retour de l'action Utilisé quand le type de retour est une collection de Primitives ou de ComplexTypes.
public Microsoft.AspNet.OData.Builder.ActionConfiguration ReturnsCollection<TReturnElementType> ();
member this.ReturnsCollection : unit -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Function ReturnsCollection(Of TReturnElementType) () As ActionConfiguration
Paramètres de type
- TReturnElementType