Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Murphy committed Dec 8, 2010
1 parent d01f80f commit 0b7818b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -22,9 +22,11 @@ db.SetDefaultDesignDoc("name_of_design_doc");
db.GetDocument("12345");

//Get a view results and populate your Domain object

var results = db.View<MyObject>("view_name");

//...or with parameters

var options = new ViewOptions{Limit=10};
options.SetStartKey("abc");
results = db.View<MyObject>("view_name", options);
Expand Down

0 comments on commit 0b7818b

Please sign in to comment.