tags:

views:

15

answers:

1

all the table names are appended with a 's'??

like table test

will appear as tests in the coding..

please help

is this a known bug, or ?

A: 

Its not a bug, its a feature of LinqToSql called pluralization - you can disable it by reading the following Stackoverflow topic:

http://stackoverflow.com/questions/335792/linq-to-sql-how-do-i-stop-the-auto-generated-object-name-from-being-renamed

Moo