Skip to content

Commit 43f82de

Browse files
Add link to EF Core 2 pull request and Author
1 parent bbf74bd commit 43f82de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var parser = new Parser<Person>(p, context.People)
162162

163163
**EF Core 2**
164164

165-
In EF Core 2 you can map user defined and system scalar valued functions and use them for formatting. The following is an example for SQL Server >= 2012.
165+
Thanks to [this](https://github.com/aspnet/EntityFrameworkCore/pull/8507) pull request by [Paul Middleton](https://github.com/pmiddleton), EF Core 2 supports mapping user defined and system scalar valued functions. These functions can be used for string conversions and custom formatting. The following is an example for SQL Server >= 2012.
166166

167167
PersonContext.cs
168168
```c#

0 commit comments

Comments
 (0)