Share via


FunctionConfiguration.ReturnsCollection<TReturnElementType> Method

Definition

Establishes the return type of the Function Used when the return type is a collection of either Primitive or ComplexTypes.

public Microsoft.AspNet.OData.Builder.FunctionConfiguration ReturnsCollection<TReturnElementType> ();
member this.ReturnsCollection : unit -> Microsoft.AspNet.OData.Builder.FunctionConfiguration
Public Function ReturnsCollection(Of TReturnElementType) () As FunctionConfiguration

Type Parameters

TReturnElementType

Returns

Applies to