Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created July 17, 2009 13:58
Show Gist options
  • Save JeremySkinner/149060 to your computer and use it in GitHub Desktop.
Save JeremySkinner/149060 to your computer and use it in GitHub Desktop.
return session.Query<PageContent>()
.Where(x => x.Menu.Id == menuId)
.ProjectAs(x => new Link(x.UrlName, x.Name, x.ShowInMenu));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment