count method

Future<int> count([
  1. MssqlCondition? where
])

Implementation

Future<int> count([MssqlCondition? where]) => _count(where);