SqlServerDatabaseApiOptions

Models the options required to configure an instance of SqlServerDbAccess.

Namespace:
KpokPatagon.Data.SqlServer.DependencyInjection
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

CheckEngineVersionForPagination

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.

Signature:
public Boolean CheckEngineVersionForPagination { get; set; }