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.
2つの弁別子に基づく別のクラスから継承するクラスがあります。
私は次のようなことをしたい:
Map<FineStatusTypePaidFull>( m => m.Requires("LookupKey") .HasValue("FineStatusType") && ("LookupCode") .HasValue("PIF");
しかし、私はまだ何も見つけていません....何か提案はありますか?
次のリンクで答えを見つけました。どうやらバグはEF 5.0ではまだ修正されていません
Entity Framework 4.3 - TPH マッピングと移行エラー