开发者

Why are tables pluralised in linq-to-sql?

All the table names a开发者_Python百科re appended with a 's'?

Like table test will appear as tests in the coding.

Is this a known bug?


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

Linq to SQL: How do I stop the auto generated object name from being renamed?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜