Table of Contents

Enum QueryExecutionMode

Namespace
DotNetQuery.Core
Assembly
DotNetQuery.Core.dll

Determines how the IQueryClient is registered in the DI container, matching the Blazor rendering mode in use.

public enum QueryExecutionMode

Fields

Csr = 0

Client-Side Rendering (WebAssembly) — registers as Singleton.

Ssr = 1

Server-Side Rendering (Blazor Server) — registers as Scoped.