Share via


EntityTypeConfiguration<TEntityType>.Action Method (String)

 

Create an Action that binds to this EntityType.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ActionConfiguration Action(
    string name
)
public:
ActionConfiguration^ Action(
    String^ name
)
member Action : 
        name:string -> ActionConfiguration
Public Function Action (
    name As String
) As ActionConfiguration

Parameters

Return Value

Type: System.Web.OData.Builder.ActionConfiguration

The ActionConfiguration to allow further configuration of the new Action.

See Also

EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace

Return to top