Im using a dbml for my project. i added a linq to sql classes item to my project (aka a .dbml file). then i drag over a table from the server explorer to the .dbml file. however now whenever i reference the table i need to add a 's' at the end of the table name.

my question is why does it add the 's' at the end of the table? is the 's' needed?