ActionConfiguration.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 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