rowLimit property
A ceiling on the whole load, not per parent.
Hitting it marks the relation truncated rather than returning a short list that looks complete. The getter then throws MssqlRelationTruncatedException instead of handing the partial set back as if it were the whole.
Implementation
final int? rowLimit;