Skip to content

Commit 0b132e1

Browse files
Update using-ef-classic-with-ef-6.md
1 parent 6ac1c24 commit 0b132e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pages/features/using-ef-classic-with-ef-6.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ We recommend to use the `entityFrameworkClassic` section name in your config fil
5757
</entityFrameworkClassic>
5858
</configuration>
5959
```
60+
61+
and specify the name to the `EntityFrameworkManager` for EF Classic:
62+
63+
```csharp
64+
EntityFrameworkManager.ConfigSectionName = "entityFrameworkClassic";
65+
```

0 commit comments

Comments
 (0)