You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update generating-fsharp-types-from-edmx.md
Removed erroneous ) from the select statement in the example demonstrating a where clause
* Update generating-fsharp-types-from-edmx.md
Correcting the join statement in the example for joining two tables
* Update generating-fsharp-types-from-edmx.md
Under the section "Creating an EDMX file," adding the link to the "Configuring the Entity Data Model" section.
* Update generating-fsharp-types-from-edmx.md
Correcting indentation for the changeHireDate function
Copy file name to clipboardExpand all lines: docs/fsharp/tutorials/type-providers/generating-fsharp-types-from-edmx.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ If you already have an EDMX file, you can skip this step.
51
51
52
52
#### To create an EDMX file
53
53
54
-
- If you don't already have an EDMX file, you can follow the instructions at the end of this walkthrough in the step **To configure the Entity Data Model**.
54
+
- If you don't already have an EDMX file, you can follow the instructions at the end of this walkthrough in the step [Configuring the Entity Data Model](generating-fsharp-types-from-edmx.md#configuring-the-entity-data-model).
0 commit comments