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.
我目前尝试将我的应用程序从数据集迁移到 EF4。所以我有一个现有的数据库。根据列的值,其中一个表映射到 2 个类。因此,我处于具有现有表和现有鉴别器的 TBH 模式中。有没有办法使用注释来描述这个?
谢谢
不能。TPH 鉴别器只能通过 Fluent-API 进行控制。