Method FormatPagination(int?, int?)

Assembly: redb.Postgres.dll

Pagination format: LIMIT/OFFSET for PostgreSQL, TOP/OFFSET for MSSQL

public string FormatPagination(int? limit, int? offset)