资源简介
Dapper 扩展类实现增删查改
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using Microsoft.CSharp.RuntimeBinder;
namespace Dapper
{
///
/// Main class for Dapper.SimpleCRUD extensions
///
public static partial class SimpleCRUD
{
static SimpleCRUD()
{
SetDialect(_dialect);
}
private static Dialect _dialect = Dialect.SQLServer;
private static string _encapsulation;
private static string _getIdentitySql;
private static string _getPagedListSql;
private static readonly IDictionary TableNames = new Dictionary();
private static readonl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5062 2017-08-22 00:17 Dapper.SimpleCRUD.csproj
文件 132 2017-08-22 00:17 packages.config
目录 0 2017-08-22 00:17 Properties\
文件 1472 2017-08-22 00:17 Properties\AssemblyInfo.cs
文件 55833 2017-08-22 00:17 SimpleCRUD.cs
- 上一篇:归并排序算法的
- 下一篇:asp.net在线点餐系统
相关资源
- dc竞赛房租处理数据
- C# NPOI生成word插入图片和表格
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- Angle - Bootstrap Admin Template2016最新版V
- 3D打印机上位机源码Reprap Host 是C#写的
-
Databa
se2Sharp代码生成工具19.0已注册 - 上位机与PLC通讯dll.zip
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - ASP.NET Core 2 and Vue.js 1st Edition
- Professional+DevExpress+ASP.NET+Controls.pdf
- C# 6.0 in a Nutshell.pdf
- C#操作3D的好工具-OpenTK封装了OPENGL
- halcon 与C#之HWindow鼠标控制图片缩放,
- C#生辰八字生成器源码
- aspose包括Aspose.words、Aspose.Cells、Aspo
- DevExpress WinForm中文文档
- Beginning C# 7 Programming with Visual Studio
- DevexpressWinform中文文档
- Essential C# 7.0
- Devexpress Winform中文文档纯中文文档N
- unity3d2018插件NGUI
- MiniTool.Partition.Wizard.Server.Edition.8.1.1
- C# 调用Bartender打印的2种方式
- EditorA.zip
评论
共有 条评论