maxLoadedRows method

MssqlRelation<TParent, TChild> maxLoadedRows(
  1. int rows
)

Ceiling on the whole load. Hitting it is truncated, not a short list.

Implementation

MssqlRelation<TParent, TChild> maxLoadedRows(int rows) =>
    _copy(rowLimit: rows);