countAll function
COUNT(*), or COUNT_BIG(*) when big.
Implementation
MssqlExpression countAll({bool big = false}) => MssqlCountAll(big: big);
COUNT(*), or COUNT_BIG(*) when big.
MssqlExpression countAll({bool big = false}) => MssqlCountAll(big: big);