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