Skip to main content
A newer version of this page is available. .

ODataServerModeSource.UseIncludeTotalCountInsteadOfCount Field

Enables the use of the $inlinecount query option instead of the $count endpoint.

Namespace: DevExpress.Data.ODataLinq

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public static bool? UseIncludeTotalCountInsteadOfCount

Field Value

Type
Nullable<Boolean>
See Also