ActionConfiguration.ReturnsCollectionViaEntitySetPath 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.
Overloads
ReturnsCollectionViaEntitySetPath<TElementEntityType>(String) |
Sets the return type to a collection of EntityType instances. |
ReturnsCollectionViaEntitySetPath<TElementEntityType>(String[]) |
Sets the return type to a collection of EntityType instances. |
ReturnsCollectionViaEntitySetPath<TElementEntityType>(String)
Sets the return type to a collection of EntityType instances.
public Microsoft.AspNet.OData.Builder.ActionConfiguration ReturnsCollectionViaEntitySetPath<TElementEntityType> (string entitySetPath) where TElementEntityType : class;
member this.ReturnsCollectionViaEntitySetPath : string -> Microsoft.AspNet.OData.Builder.ActionConfiguration (requires 'ElementEntityType : null)
Public Function ReturnsCollectionViaEntitySetPath(Of TElementEntityType As Class) (entitySetPath As String) As ActionConfiguration
Type Parameters
- TElementEntityType
The type that is an EntityType
Parameters
- entitySetPath
- String
The entitySetPath which contains the returned EntityType instances
Returns
Applies to
ReturnsCollectionViaEntitySetPath<TElementEntityType>(String[])
Sets the return type to a collection of EntityType instances.
public Microsoft.AspNet.OData.Builder.ActionConfiguration ReturnsCollectionViaEntitySetPath<TElementEntityType> (params string[] entitySetPath) where TElementEntityType : class;
member this.ReturnsCollectionViaEntitySetPath : string[] -> Microsoft.AspNet.OData.Builder.ActionConfiguration (requires 'ElementEntityType : null)
Public Function ReturnsCollectionViaEntitySetPath(Of TElementEntityType As Class) (ParamArray entitySetPath As String()) As ActionConfiguration
Type Parameters
- TElementEntityType
The type that is an EntityType
Parameters
- entitySetPath
- String[]
The entitySetPath which contains the returned EntityType instances