ODataQueryParameterBindingAttribute Class

 

A ParameterBindingAttribute to bind parameters of type ODataQueryOptions to the OData query from the incoming request.

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

System::Object
  System::Attribute
    System.Web.Http::ParameterBindingAttribute
      System.Web.OData::ODataQueryParameterBindingAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Parameter, 
	Inherited = true, AllowMultiple = false)]
public ref class ODataQueryParameterBindingAttribute sealed : ParameterBindingAttribute

NameDescription
System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: