sourceRef property

MssqlSourceRef get sourceRef

This table's identity, for the columns that belong to it.

A query built from this binding registers it, so that generated columns resolve to whatever the statement called the table — its own name, an alias, or another schema entirely when the binding was pointed at one.

Implementation

MssqlSourceRef get sourceRef => MssqlSourceRef(schema: schema, table: table);