Skip to content

Typo in Customizing Operations By Using Stored Procedures #19476

@gewarren

Description

@gewarren

Issue moved from MicrosoftDocs/feedback#2926


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:

  1. 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.
  2. 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.
  3. 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.
image
image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions