Jaa


EntityTypeConfiguration<TEntityType>.Action(String) Method

Definition

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.

Applies to