LinqPad adds an S to the end of every table
问题 I have just downloaded LinqPad to explore the benefits of using Linq queries in an application I am working on, however when I look at my database tables in the column on the left LinqPad displays all my tables with an 's' on the end, for instance CategoryTbl becomes CategoryTbls yet when I view my database in SQL management studio the table names appear correct. Though any tables that should have an S on the end ie clients remain unchanged. When I execute a Linq query I have to execute it