fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
564 stars 144 forks source link

Fix UseOptionTypes documentation #715

Closed breyed closed 3 years ago

breyed commented 3 years ago

Proposed Changes

Documentation fix. Correct that a default value isn't always returned if UseOptionTypes is false. Also indicate default.

Types of changes

Checklist

Thorium commented 3 years ago

Thanks!