Share via


ActionConfiguration.ReturnsCollectionFromEntitySet Method

Sets the return type to a collection of entities.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ReturnsCollectionFromEntitySet<TElementEntityType>(String) Sets the return type to a collection of EntityType instances.
Public method ReturnsCollectionFromEntitySet<TElementEntityType>(EntitySetConfiguration<TElementEntityType>) Sets the return type to a collection of entities.

Top

See Also

Reference

ActionConfiguration Class

System.Web.Http.OData.Builder Namespace