博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ASP.NET CORE Inheritance
阅读量:5986 次
发布时间:2019-06-20

本文共 338 字,大约阅读时间需要 1 分钟。

hot3.png

EF will only setup inheritance if two or more inherited types are explicitly included in the model. EF will not scan for base or derived types that were not otherwise included in the model. You can include types in the model by exposing a DbSet for each type in the inheritance hierarchy.

124001_0aNj_3556610.png

转载于:https://my.oschina.net/u/3556610/blog/1613868

你可能感兴趣的文章
android自定义倒计时控件示例
查看>>
DateTime类常用技巧摘录
查看>>
The GPG keys listed not correct
查看>>
Java socket中关闭IO流后,发生什么事?(以关闭输出流为例)
查看>>
Mysql异常:MySQLNonTransientConnectionException: No operations allowed after statement closed
查看>>
VIM、GVIM在WINDOWS下中文乱码的终极解决方案
查看>>
Java中的线程实现
查看>>
USB/232/485/TTL/CMOS(串口通信)⭐⭐⭐
查看>>
myqltransactionRollbackexception deadlock found when trying to get lock
查看>>
深入浅出谈开窗函数(一)
查看>>
MYSQL select ....outfile.....from.....
查看>>
[转]JetBrains IntelliJ IDEA 13 Keygen (Java Source Code)
查看>>
Linux 在线模拟器
查看>>
Java Http连接中(HttpURLConnection)中使用代理(Proxy)及其验证(Authentication)
查看>>
NavigationBar 背景颜色,字体颜色
查看>>
右键菜单 GenericMenu
查看>>
ORACLE EXP命令
查看>>
〖Linux〗Kubuntu14.04 平滑字体的设置
查看>>
Windows SVN局域网设置连接
查看>>
jquery.elevateZoom实现仿淘宝看图片,一张小的,一张大用于鼠标经过时候显示
查看>>