ActionConfiguration.ReturnsCollection<TReturnElementType> Method ()
Establishes the return type of the Action Used when the return type is a collection of either Primitive or ComplexTypes.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
public ActionConfiguration ReturnsCollection<TReturnElementType>()
public:
generic<typename TReturnElementType>
ActionConfiguration^ ReturnsCollection()
member ReturnsCollection<'TReturnElementType> : unit -> ActionConfiguration
Public Function ReturnsCollection(Of TReturnElementType) As ActionConfiguration
Type: System.Web.OData.Builder.ActionConfiguration
The return type of this ActionConfiguration.
- TReturnElementType
The type of this ReturnElementType.
ActionConfiguration Class
System.Web.OData.Builder Namespace
Return to top