Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Created May 4, 2012 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioalthmann/2590732 to your computer and use it in GitHub Desktop.
Save marcioalthmann/2590732 to your computer and use it in GitHub Desktop.
RavenDB: DocumentSession
using(IDocumentSession session = _documentStore.OpenSession())
{
session.Store(album);
session.SaveChanges();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment