dialect property
MssqlDialect
get
dialect
The dialect this query compiles against.
The compile-time default until a terminal asks the server. Use
_resolvedDialect at execution so a 2008-compatible database does
not receive OFFSET … FETCH.
Implementation
MssqlDialect get dialect => context.dialect;