Skip to content

Instantly share code, notes, and snippets.

@Layoric
Created June 2, 2021 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Layoric/dca77f43121a16baf716e75ce7d82382 to your computer and use it in GitHub Desktop.
Save Layoric/dca77f43121a16baf716e75ce7d82382 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 = 100 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment