maxLoadedRows method
Ceiling on the whole load. Hitting it is truncated, not a short list.
Implementation
MssqlRelation<TParent, TChild> maxLoadedRows(int rows) =>
_copy(rowLimit: rows);
Ceiling on the whole load. Hitting it is truncated, not a short list.
MssqlRelation<TParent, TChild> maxLoadedRows(int rows) =>
_copy(rowLimit: rows);