diff --git a/Dapper.Samples.Advanced/CustomHandlingComplex.cs b/Dapper.Samples.Advanced/CustomHandlingComplex.cs index d4fee1a..3f63ac4 100644 --- a/Dapper.Samples.Advanced/CustomHandlingComplex.cs +++ b/Dapper.Samples.Advanced/CustomHandlingComplex.cs @@ -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 { diff --git a/Dapper.Samples.Data/DapperSample.mdf b/Dapper.Samples.Data/DapperSample.mdf index ebaeea7..46ce43f 100644 Binary files a/Dapper.Samples.Data/DapperSample.mdf and b/Dapper.Samples.Data/DapperSample.mdf differ diff --git a/Dapper.Samples.Data/DapperSample_log.ldf b/Dapper.Samples.Data/DapperSample_log.ldf index 4338763..3adbfb5 100644 Binary files a/Dapper.Samples.Data/DapperSample_log.ldf and b/Dapper.Samples.Data/DapperSample_log.ldf differ diff --git a/README.md b/README.md index 78435da..7d3209c 100644 --- a/README.md +++ b/README.md @@ -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