operator | method
(this OR other).
Implementation
MssqlCondition operator |(MssqlCondition other) =>
MssqlJunction('OR', <MssqlCondition>[this, other]);
(this OR other).
MssqlCondition operator |(MssqlCondition other) =>
MssqlJunction('OR', <MssqlCondition>[this, other]);