Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
majdisorder authored Jun 9, 2018
1 parent ad308c8 commit 8270a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ repo.Save(second, () => "SecondCollection"); //or as a function
```

#### Mapping collections of primitive types
**NOTE:** This is no longer needed as of version 0.2.3

Currently there is no out of the box support for collections of primitive types. As these contain no valid information to use to create the columns, mapping will fail. Luckily there is an easy workaround:
```c#
repo.Save(
Expand Down

0 comments on commit 8270a10

Please sign in to comment.