您好,
会员登录
快速注册
退出
( 条未读消息)
关于本站
意见反馈
首页
搜索
公告:小宅博客网可以开发票了,需要发票的,去群里找群主哈!!
全部文章分类
人工智能
OpenCv基础
(136)
ANN车牌识别
(4)
yolov5车牌识别
(3)
指针式仪表识别
(3)
ROS系列
(16)
YOLO
(26)
Halcon
(1)
Detectron2
(6)
昇腾AI
(6)
ChatGPT在线体验
(资料)
英伟达JETSON
(9)
ChatGLM
(5)
ChatTTS
(1)
FunASR
(1)
地平线
(11)
ByteTrack
(1)
魔搭社区
(资料)
LangChain
(1)
编程语言
C
(6)
C#
(75)
C++
(1)
Python
(2)
Java
(2)
Go
(0)
WPF系列
WPF
(29)
ASP.NET系列
ASP.NET小功能
(4)
GPS定位系统-MVC
(34)
GPS定位系统-VUE
(18)
Linux
Linux
(10)
Linux内核
(1)
Shell
(3)
MakeFile
(1)
数据库
MySql
(4)
SqlServer
(1)
Oracle
(0)
嵌入式
STM8
(0)
STM32
(4)
51单片机
(0)
WEB技术
VUE入门
(1)
HTML
(6)
JavaScript
(0)
CSS
(0)
layui镜像网站
(资料)
ElementUi中文官网
(资料)
PLC系列
三菱
(0)
欧姆龙
(0)
西门子
(0)
施耐德
(0)
松下
(0)
台达
(0)
微服务与框架
IOTSharp
(4)
IOTGateway
(5)
ABP FRAMEWORK
(3)
Docker
(4)
小宅DIY
亚克力音响
(1)
编程仙途:智驭万法
(4)
学习资料
面试题与技巧
(1)
Python入门技能树
(资料)
微软C#教程
(资料)
首页
编程之美
工具下载
全国就业
流量地图
文心一言
MySql
1、Windows下如何安装MySql
2、MySql与C#数据关系对应表
3、SQL JOINS
4、MySql数据库自动备份设置
1、Windows下如何安装MySql
3、SQL JOINS
激萌の小宅
2021-11-17 14:49:54
小宅博客网
MySql
1359
0
文章作者:激萌の小宅
促销:¥
0
价格:¥
0
配送方式:
购买后立即生效(如购买异常,请联系站长)
付款之后一定要等待自动跳转结束,否则购买可能会失败
0 天
有效期
0
总销量
0
累计评价
立即享用
立即享用
详细说明
<h1>MySql与C#数据关系对应表 - <span class="color_h1">(对应表)</span></h1><p><br/></p><table class="w_table" style="table-layout: fixed;" width="40%" border="1"><thead><tr style="height:35px" align="center" class="firstRow"><th style="width: 50%; border-width: 2px 1px 1px; border-style: solid; border-color: windowtext;">MySql</th><th style="border-width: 2px 1px 1px; border-style: solid; border-color: windowtext;">C#</th></tr></thead><tbody><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bigint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">long</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bigint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">long</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smallint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">short</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">guid</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Guid</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smalldatetime</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">date</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">datetime</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">timestamp</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">float</td><td style="white-space: normal; border-width: 1px; border-style: solid;">float</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">double</td><td style="white-space: normal; border-width: 1px; border-style: solid;">double</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">numeric</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smallmoney</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">decimal</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">money</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bit</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">boolean</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">tinyint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">image</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">binary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">blob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">mediumblob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">longblob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varbinary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">text</td><td style="white-space: normal; border-width: 1px; border-style: solid;">string</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">char</td><td style="white-space: normal; border-width: 1px; border-style: solid;">string</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">nchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">ntext</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">nvarchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">real</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Single</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">uniqueidentifier</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Guid</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varbinary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">Variant</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Object</td></tr></tbody></table>
MySql与C#数据关系对应表 -
(对应表)
MySql
C#
bigint
long
int
int
bigint
long
int
int
smallint
short
guid
Guid
smalldatetime
DateTime
date
DateTime
datetime
DateTime
timestamp
DateTime
float
float
double
double
numeric
Decimal
smallmoney
Decimal
decimal
Decimal
money
Decimal
bit
bool
bool
bool
boolean
bool
tinyint
Byte
image
Byte[]
binary
Byte[]
blob
Byte[]
mediumblob
Byte[]
longblob
Byte[]
varbinary
Byte[]
text
string
char
string
nchar
String
ntext
String
nvarchar
String
real
Single
uniqueidentifier
Guid
varbinary
Byte[]
varchar
String
Variant
Object
1、Windows下如何安装MySql
3、SQL JOINS
小宅博客
栏目
首页
智能家居
地图定位
搜索
公告:小宅博客网可以开发票了,需要发票的,去群里找群主哈!!
2021-11-17 14:49:54
1359
文章作者:激萌の小宅
促销:¥
0
价格:¥
0
配送方式:
购买后立即生效(如购买异常,请联系站长)
付款之后一定要等待自动跳转结束,否则购买可能会失败
0 天
有效期
0
总销量
0
累计评价
立即享用
立即享用
详细说明
<h1>MySql与C#数据关系对应表 - <span class="color_h1">(对应表)</span></h1><p><br/></p><table class="w_table" style="table-layout: fixed;" width="40%" border="1"><thead><tr style="height:35px" align="center" class="firstRow"><th style="width: 50%; border-width: 2px 1px 1px; border-style: solid; border-color: windowtext;">MySql</th><th style="border-width: 2px 1px 1px; border-style: solid; border-color: windowtext;">C#</th></tr></thead><tbody><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bigint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">long</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bigint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">long</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td><td style="white-space: normal; border-width: 1px; border-style: solid;">int</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smallint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">short</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">guid</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Guid</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smalldatetime</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">date</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">datetime</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">timestamp</td><td style="white-space: normal; border-width: 1px; border-style: solid;">DateTime</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">float</td><td style="white-space: normal; border-width: 1px; border-style: solid;">float</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">double</td><td style="white-space: normal; border-width: 1px; border-style: solid;">double</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">numeric</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">smallmoney</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">decimal</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">money</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Decimal</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bit</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">boolean</td><td style="white-space: normal; border-width: 1px; border-style: solid;">bool</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">tinyint</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">image</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">binary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">blob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">mediumblob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">longblob</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varbinary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">text</td><td style="white-space: normal; border-width: 1px; border-style: solid;">string</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">char</td><td style="white-space: normal; border-width: 1px; border-style: solid;">string</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">nchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">ntext</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">nvarchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">real</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Single</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">uniqueidentifier</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Guid</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varbinary</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Byte[]</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">varchar</td><td style="white-space: normal; border-width: 1px; border-style: solid;">String</td></tr><tr style="height:35px"><td style="white-space: normal; border-width: 1px; border-style: solid;">Variant</td><td style="white-space: normal; border-width: 1px; border-style: solid;">Object</td></tr></tbody></table>
MySql与C#数据关系对应表 -
(对应表)
MySql
C#
bigint
long
int
int
bigint
long
int
int
smallint
short
guid
Guid
smalldatetime
DateTime
date
DateTime
datetime
DateTime
timestamp
DateTime
float
float
double
double
numeric
Decimal
smallmoney
Decimal
decimal
Decimal
money
Decimal
bit
bool
bool
bool
boolean
bool
tinyint
Byte
image
Byte[]
binary
Byte[]
blob
Byte[]
mediumblob
Byte[]
longblob
Byte[]
varbinary
Byte[]
text
string
char
string
nchar
String
ntext
String
nvarchar
String
real
Single
uniqueidentifier
Guid
varbinary
Byte[]
varchar
String
Variant
Object