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.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
public: property bool EnableConstantParameterization { bool get(); void set(bool value); }
Show: