We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82abaa4 + 2a1783e commit 8ae0e9dCopy full SHA for 8ae0e9d
QueryBuilder/Compilers/SqlServerCompiler.cs
@@ -12,7 +12,7 @@ public SqlServerCompiler()
12
}
13
14
public override string EngineCode { get; } = EngineCodes.SqlServer;
15
- public bool UseLegacyPagination { get; set; } = true;
+ public bool UseLegacyPagination { get; set; } = false;
16
17
protected override SqlResult CompileSelectQuery(Query query)
18
{
0 commit comments