Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
csainty committed May 20, 2012
1 parent fe0e002 commit 4a63e79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,14 @@ Then add the following line of code somewhere in your app startup process.
AppHarbify.EF.ConnectionFactory.Enable();
````

You can also enable `MultipleActiveResultSets` by simply passing in true, which will append `MultipleActiveResultSets=True;` to the connection string provided by AppHarbor.

````
AppHarbify.EF.ConnectionFactory.Enable(true);
````



##See Also
* [AppHarbify](http://appharbify.com)
* [AppHarbor](http://appharbor.com)
Expand Down

0 comments on commit 4a63e79

Please sign in to comment.