Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ODataQueryParameterBindingAttribute Class

 

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

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

System::Object
  System::Attribute
    System.Web.Http::ParameterBindingAttribute
      System.Web.Http.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: