随笔分类 - Dapper
一个.net 下的 ORM
摘要:dapper.netT4PocoGenerator/1.0.0Dapper.ColumnMapper参考链接:http://blog.csdn.net/ymnets/article/details/8521627http://www.cnblogs.com/neozhu/archive/2015/0...
阅读全文
摘要:https://github.com/tmsmith/Dapper-Extensions/wiki/PredicatesThe predicate system in Dapper Extensions is very simple to use. In the examples below we ...
阅读全文
摘要:Skip to contentSign up Sign inThis repository ExploreFeaturesEnterpriseBlog Watch 390 Star 2,538 Fork 844 StackExchange/dapper-dot-net branch: mast...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Text;using System.Threading...
阅读全文
摘要:namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient; using Dapper; // to have a play, instal...
阅读全文
摘要:var args = new DynamicParameters(new {}); if (obj.orderId != null) { sb.Append(" AND OrderId = @OrderId"); args.Add("OrderId", obj.o...
阅读全文
摘要:http://www.tritac.com/bp-24-dapper-net-by-examplehttp://www.codeproject.com/Articles/212274/A-Look-at-Dapper-NET
阅读全文

浙公网安备 33010602011771号