EntityTypeConfiguration<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.
Create an Action that binds to this 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
The ActionConfiguration to allow further configuration of the new Action.