Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Last active July 4, 2021 09:31
Show Gist options
  • Save gistlyn/2a150df139af0d8599c7181ac4488a00 to your computer and use it in GitHub Desktop.
Save gistlyn/2a150df139af0d8599c7181ac4488a00 to your computer and use it in GitHub Desktop.
autoquery-just-apphost
// Connect your database
container.AddSingleton<IDbConnectionFactory>(c => new OrmLiteConnectionFactory(
MapProjectPath("~/northwind.sqlite"), SqliteDialect.Provider));
// Add the AutoQuery Plugin
Plugins.Add(new AutoQueryFeature {
MaxLimit = 1000
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment