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 ?
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 ?
Its not a bug, its a feature of LinqToSql called pluralization - you can disable it by reading the following Stackoverflow topic: