limitToLast method

DbQuery limitToLast(
  1. int n
)

The last n in the ordering.

Implementation

DbQuery limitToLast(int n) => _with({'limitToLast': n});