Home

LinqPad ChangesNames

I'm working through my first query with LinqPad. It's a connection to a SQl Server database from one of our vendors. I'm using a table called Employee in SQL Server, but I notice that LinqPad calls it Employees plural. There is a primary key field in the table I need for linking that is also called Employee, but LinqPad calls it Content.

What is going on here? Do I have to modify all my queries after I development in LinqPad because it didn't like the field names?

Bernie

Comments

Sign In or Register to comment.