当前位置:网站首页>[EF core] mapping relationship between EF core and C data type
[EF core] mapping relationship between EF core and C data type
2022-07-05 23:41:00 【Average again】
C# data type | Mapping to SQL Server Data type of |
---|---|
int | int |
string | nvarchar(Max) |
decimal | decimal(18,2) |
float | real |
byte[] | varbinary(Max) |
datetime | datetime |
bool | bit |
byte | tinyint |
short | smallint |
long | bigint |
double | float |
char | No mapping |
sbyte | No mapping (throws exception) |
object | No mapping |
边栏推荐
- 2022.6.20-6.26 AI行业周刊(第103期):新的小生命
- Comparison of parameters between TVs tube and zener diode
- grafana工具界面显示报错influxDB Error
- TVS管 与 稳压二极管参数对比
- Différence entre hors bande et en bande
- White hat talks about web security after reading 2
- Go language introduction detailed tutorial (I): go language in the era
- Hcip course notes-16 VLAN, three-tier architecture, MPLS virtual private line configuration
- Summary of binary tree recursive routines
- Bao Yan notes II software engineering and calculation volume II (Chapter 13-16)
猜你喜欢
Data analysis - Thinking foreshadowing
C# 反射与Type
GFS分布式文件系統
Rsync remote synchronization
Object detection based on impulse neural network
Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang
Spire Office 7.5.4 for NET
如何让同步/刷新的图标(el-icon-refresh)旋转起来
《牛客刷verilog》Part III Verilog企业真题
5. Logistic regression
随机推荐
The PNG image is normal when LabVIEW is opened, and the full black image is obtained when Photoshop is opened
有什么不起眼却挣钱的副业?
Huawei simulator ENSP - hcip - MPLS experiment
UVA – 11637 garbage remembering exam (combination + possibility)
Naoqi robot summary 26
TVS管和ESD管的技术指标和选型指南-嘉立创推荐
20. Migrate freetype font library
From the perspective of quantitative genetics, why do you get the bride price when you get married
regular expression
开源crm客户关系统管理系统源码,免费分享
In C#, why can't I modify the member of a value type instance in a foreach loop?
Neural structured learning 4 antagonistic learning for image classification
el-cascader的使用以及报错解决
GFS分布式文件系统
698. Divided into k equal subsets ●●
yate.conf
芯源&立创EDA训练营——无刷电机驱动
Breadth first search open turntable lock
asp.net弹出层实例
98. 验证二叉搜索树 ●●