Share via


EntityCollectionConfiguration<TEntityType>.TransientAction Method (String)

 

Creates a new Action that sometimes binds to Collection(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

An ActionConfiguration to allow further configuration of the Action.

See Also

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

Return to top