Table of Contents

Namespace eQuantic.Core.Data.SqlServer

Classes

SqlServerDialect

SQL Server's SQL flavour: snake_case naming, [bracketed] identifiers, OFFSET/FETCH paging (which demands an ORDER BY — the engine adds a deterministic key order when the query has none), IDENTITY keys read back with OUTPUT INSERTED, and (1=0) for the empty-IN literal. Collection columns and row-wise tuple comparisons do not exist; those clauses degrade to the gated client-side residual.