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