Share via


ActionConfiguration.ReturnsCollection<TReturnElementType> Method

Definition

Establishes the return type of the Action Used when the return type is a collection of either Primitive or 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

Type Parameters

TReturnElementType

Returns

Applies to