Namespace eQuantic.Core.Data.SqlServer
Classes
- SqlServerDialect
SQL Server's SQL flavour: snake_case naming,
[bracketed]identifiers,OFFSET/FETCHpaging (which demands an ORDER BY — the engine adds a deterministic key order when the query has none),IDENTITYkeys read back withOUTPUT 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.