MssqlSourceRef.named constructor
const
MssqlSourceRef.named(
- String table
A source that is not a table: a subquery, a CTE, a derived table.
It has no schema, and its name is the alias the query gave it.
Implementation
const MssqlSourceRef.named(this.table) : schema = null;