Back to Devexpress

ODataServerModeSource.UseIncludeTotalCountInsteadOfCount Field

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odataservermodesource-b050070b.md

latest1.2 KB
Original Source

ODataServerModeSource.UseIncludeTotalCountInsteadOfCount Field

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

Namespace : DevExpress.Data.ODataLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public static bool? UseIncludeTotalCountInsteadOfCount
vb
Public Shared UseIncludeTotalCountInsteadOfCount As Boolean?

Field Value

Type
Nullable<Boolean>

See Also

ODataServerModeSource Class

ODataServerModeSource Members

DevExpress.Data.ODataLinq Namespace