Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created April 1, 2011 22:26
Show Gist options
  • Select an option

  • Save hotgazpacho/898982 to your computer and use it in GitHub Desktop.

Select an option

Save hotgazpacho/898982 to your computer and use it in GitHub Desktop.
Before
References(x => x.Program, "ProgramId")
.ForeignKey("CompPgmBasisId")
.Fetch.Join();
References(x => x.Program)
.ForeignKey("ProgramId")
.Fetch.Join();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment