fixedDialect property
MssqlDialect?
get
fixedDialect
The dialect this context was pinned to, or null when it asks the server.
Exposed so a rebind — at(schema:, table:) — can carry the pin rather
than turning a pinned context into a resolving one.
Implementation
MssqlDialect? get fixedDialect => _fixedDialect;