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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public static bool? UseIncludeTotalCountInsteadOfCount

Field Value

Type
Nullable<Boolean>
See Also