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 | |
---|---|---|
ReturnsCollectionFromEntitySet<TElementEntityType>(String) | Sets the return type to a collection of EntityType instances. | |
ReturnsCollectionFromEntitySet<TElementEntityType>(EntitySetConfiguration<TElementEntityType>) | Sets the return type to a collection of entities. |
Top