摘要:
对应Demo程序名:DapperDemo 准备工作:为项目安装Dapper类库 方法一:项目中添加:项目名右键;Manage NuGet Packages;搜索Dappe;点击安装 方法二:在NuGet官网(https://www.nuget.org/)查询类库的安装命令: 搜索Dapper;找到安 阅读全文
posted @ 2019-06-12 13:28
橘子香气
阅读(6169)
评论(0)
推荐(1)
摘要:
一、string装换为int 显示转换Convert.ToInt32 获取界面上文本框中输入的string类型的personId,转换成整形: int personId = Convert.ToInt32(txtIndexPersonId.Text); 阅读全文
posted @ 2019-06-12 10:35
橘子香气
阅读(147)
评论(0)
推荐(0)