• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: d  app  Dapper  a    

资源简介

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

评论

共有 条评论