Skip to content

Instantly share code, notes, and snippets.

@mikebeaton
Created September 19, 2019 12:21
Show Gist options
  • Save mikebeaton/d7d8282bef529487c0c33b13603da456 to your computer and use it in GitHub Desktop.
Save mikebeaton/d7d8282bef529487c0c33b13603da456 to your computer and use it in GitHub Desktop.
var films = new MightyOrm(connectionString, "Film");
var page = films.Paged(orderBy: "Title", currentPage: 2, pageSize: 30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment