Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovan Crone committed Aug 13, 2014
1 parent e112e00 commit b6d6fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var command = CommandManager
WHERE HasStoreCard = @HasStoreCard", CommandType.Text)
.DefineResults<Customer>()
.Finalize();

```
```csharp
using (var databaseManager = new DatabaseManager("DepartmentStoreConnectionString"))
{
IEnumerable<Customer> customers =
Expand Down

0 comments on commit b6d6fa8

Please sign in to comment.