-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
Issue moved from MicrosoftDocs/feedback#2926
- Please respond to @adipuscasu.
From @adipuscasu on Tuesday, July 7, 2020 8:13:31 PM
Describe the bug
A clear and concise description of what the bug is.
The Description section is mentioning the Northwind class (https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code), but the class shown in the code example inherits the Nortwnd class (https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code-1)
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code' and read the name of the class.
- Go to 'https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/customizing-operations-by-using-stored-procedures#code-1' and read the name of the inherited class.
- See that the base class is named Northwnd instead of Northwind.
Expected behavior
A clear and concise description of what you expected to happen.
The base class from the code example should be named Northwind
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 10
- Browser Chrome
- Version 83.0.4103.116 (Official Build) (64-bit)
Additional context
Add any other context about the problem here.