Method BuildLimitOffset<TProps>(QueryContext<TProps>, SqlParameterCollector?)

Assembly: redb.MSSql.Pro.dll

Generates OFFSET/FETCH clause (T-SQL syntax).
Requires ORDER BY clause.

public string BuildLimitOffset<TProps>(QueryContext<TProps> context, SqlParameterCollector? collector = null) where TProps : class, new()