unionAll method

  1. @override
MssqlSetQuery unionAll(
  1. MssqlSelectQuery other
)
override

Implementation

@override
MssqlSetQuery unionAll(MssqlSelectQuery other) =>
    MssqlSetQuery._(<MssqlSelectQuery>[this, other], const <bool>[true]);