Skip to content

Instantly share code, notes, and snippets.

@robashton
Created January 4, 2011 15:57
Show Gist options
  • Save robashton/764952 to your computer and use it in GitHub Desktop.
Save robashton/764952 to your computer and use it in GitHub Desktop.
Overriding the data source
mResults = mSession.List<SimpleUser>(5)
.Source(x => x.EmailAddress, new DummySource())
.Get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment