Skip to content

Commit c7f9860

Browse files
committed
Update generated documentation for version 1.5.5
1 parent 45274a8 commit c7f9860

4 files changed

Lines changed: 78 additions & 84 deletions

File tree

core/mappers.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ <H1 style="font-size: 24px;">SQLProvider</H1>
245245
</aside>
246246
<main>
247247
<div id="content">
248-
<p>One</p>
249-
<h2><a name="Adding-a-Mapper-using-dataContext-to-use-generated-types-from-db" class="anchor" href="#Adding-a-Mapper-using-dataContext-to-use-generated-types-from-db">Adding a Mapper using dataContext to use generated types from db</a></h2>
248+
<h2><a name="Adding-a-Mapper-using-dataContext-to-use-generated-types-from-db" class="anchor" href="#Adding-a-Mapper-using-dataContext-to-use-generated-types-from-db">Adding a Mapper using dataContext to use generated types from db</a></h2>
250249
<p>Typically F# is about writing business logic and not about OR-mapping. Consider using your database types as is. But sometimes you want to
251250
map objects to different, for example to interact with other languages like C# domain.</p>
252251
<p>This mapper will ensure that you always sync your types with those you receive from your DB.</p>

0 commit comments

Comments
 (0)