MssqlJoin constructor

const MssqlJoin(
  1. MssqlJoinKind kind,
  2. MssqlSource source,
  3. MssqlCondition? on
)

Implementation

const MssqlJoin(this.kind, this.source, this.on);