Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是大规模 ORM 的新手。我在 asp .net mvc3 中工作并使用大量 ORM。我有一个复合主表,我需要为它创建模型。谁能告诉我该怎么做?我为具有单个主键的表创建了模型。
从 DBA 的角度来看,通常复合键不是一个好主意。当然,这是非常有争议的,但通常在两个感兴趣的列上抛出一个 UNIQUE 约束并通过 PK 来标识是现在许多人所做的。
除此之外 - 没有内置任何东西。