Models the options required to configure an instance of SqlServerDbAccess.
If true the version of the database engine will be checked before building paginated SELECT statements, otherwise paginated SELECT statements will be build for engines greather that SQL Server 2008. Default value is false.
public Boolean CheckEngineVersionForPagination { get; set; }
In this document