11 2020 档案

摘要:using (IDbConnection conn = new SqlConnection(ConnectionString)) { string execSp = @" DECLARE @return_value int, @CompanyId int EXEC[dbo].[cp_API_Supp 阅读全文
posted @ 2020-11-28 16:59 Focus and Learn 阅读(194) 评论(0) 推荐(0)
摘要:Dapper之QueryAsync public static Task<IEnumerable> QueryAsync<TFirst, TSecond, TReturn>() 应用场景:获取带有子集集合的数据 Parent——带有子节点的Model public class Parent { pu 阅读全文
posted @ 2020-11-15 20:41 Focus and Learn 阅读(766) 评论(0) 推荐(0)