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

Assembly: redb.Postgres.Pro.dll

Generates LIMIT/OFFSET clause

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