FunctionConfiguration.ReturnsCollection<TReturnElementType> 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.
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