EntityCollectionConfiguration<TEntityType>.Action Method (String)
Creates a new Action that binds to Collection(EntityType).
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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
name
Type: System.StringThe name of the Action
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