whereNone function
True when build holds for none of columns.
Implementation
MssqlCondition whereNone(
Iterable<String> columns,
MssqlCondition Function(MssqlColumnRef column) build,
) => MssqlColumnGroup(columns, build, operator: 'OR', negated: true);