Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created August 12, 2011 15:03
Show Gist options
  • Select an option

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

Select an option

Save hotgazpacho/1142231 to your computer and use it in GitHub Desktop.
Can I do this?
IDictionary<int, int> map = session
.GetNamedQuery("MyQuery")
.SetParameterList("ids", ids)
.SetResultTransformer(Transformers.AliasToEntityMap)
.List<Dictionary<int, int>>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment