EntityCollectionConfiguration<TEntityType>.Action(String) 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.
Creates a new Action that binds to Collection(EntityType).
public Microsoft.AspNet.OData.Builder.ActionConfiguration Action (string name);
member this.Action : string -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Function Action (name As String) As ActionConfiguration
Parameters
- name
- String
The name of the Action
Returns
An ActionConfiguration to allow further configuration of the Action.