Share via


EntityTypeConfiguration<TEntityType>.TransientAction Method (String)

 

Create an Action that sometimes binds to this EntityType

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

Syntax

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

Parameters

Return Value

Type: System.Web.Http.OData.Builder.ActionConfiguration

The ActionConfiguration to allow further configuration of the new 'transient' Action.

See Also

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

Return to top