Dapper
星空の泪痕
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Dapper 更新数据
Dapper 更新数据1.页面代码<Window x:Class="InsertDapper.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expressio原创 2021-05-17 09:59:39 · 868 阅读 · 1 评论 -
Dapper 插入数据
效果图1.页面代码<Window x:Class="InsertDapper.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend原创 2021-05-08 08:31:01 · 926 阅读 · 0 评论 -
dapper的使用
1.引入dapper若出现了Dapper则说明引入成功2.配置App.config在App.config里的configuration 添加下面的代码<connectionStrings> <add name="connString" connectionString="server=DESKTOP-IIRBGHP\SQL; database=Test;uid=sa;pwd=123;"/></connectionStrings> 其中Server 是原创 2021-04-29 10:21:14 · 834 阅读 · 0 评论
分享