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.

EnableQueryAttribute::EnableConstantParameterization Property

 

Gets or sets a value indicating whether constants should be parameterized. Parameterizing constants would result in better performance with Entity framework.

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

public:
property bool EnableConstantParameterization {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The default value is true.

Return to top
Show: