Skip to content

Commit

Permalink
last updates to complex sample and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Jun 23, 2018
1 parent a4349c6 commit b9fbfe9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dapper.Samples.Advanced/CustomHandlingComplex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CustomHandlingComplex : ISample
{
public int Order => 9;

public string Name => "Custom Handling Complex";
public string Name => "Complex Custom Handling";

public class User
{
Expand Down
Binary file modified Dapper.Samples.Data/DapperSample.mdf
Binary file not shown.
Binary file modified Dapper.Samples.Data/DapperSample_log.ldf
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Here's the list of articles published so far:
5. [SQL Server Features](https://medium.com/dapper-net/sql-server-specific-features-2773d894a6ae)
6. [Custom Mapping](https://medium.com/dapper-net/custom-columns-mapping-1cd45dfd51d6)
7. [Custom Handling](https://medium.com/dapper-net/custom-type-handling-4b447b97c620)
8. [One-To-Many Relationships]()
8. [One-To-Many Relationships](https://medium.com/dapper-net/one-to-many-mapping-with-dapper-55ae6a65cfd4)
9. [Complex Custom Handling](https://medium.com/dapper-net/one-to-many-mapping-with-dapper-55ae6a65cfd4)

## Running The Samples

Expand Down

0 comments on commit b9fbfe9

Please sign in to comment.