whereAll function
True when build holds for every one of columns.
Implementation
MssqlCondition whereAll(
Iterable<String> columns,
MssqlCondition Function(MssqlColumnRef column) build,
) => MssqlColumnGroup(columns, build, operator: 'AND', negated: false);