ODataQuerySettings Class

 

This class describes the settings to use during query composition.

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

System::Object
  System.Web.OData.Query::ODataQuerySettings

public ref class ODataQuerySettings 

NameDescription
System_CAPS_pubmethodODataQuerySettings()

Instantiates a new instance of the ODataQuerySettings class and initializes the default settings.

System_CAPS_pubmethodODataQuerySettings(ODataQuerySettings^)

Initialize a new instance of the ODataQuerySettings class based on an existing one.

NameDescription
System_CAPS_pubpropertyEnableConstantParameterization

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

System_CAPS_pubpropertyEnsureStableOrdering

Gets or sets a value indicating whether query composition should alter the original query when necessary to ensure a stable sort order.

System_CAPS_pubpropertyHandleNullPropagation

Gets or sets a value indicating how null propagation should be handled during query composition.

System_CAPS_pubpropertyPageSize

Gets or sets the maximum number of query results to return.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: