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 = 0Client-Side Rendering (WebAssembly) — registers as Singleton.
Ssr = 1Server-Side Rendering (Blazor Server) — registers as Scoped.