摘要:
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
阅读(765)评论(0)推荐(0)
摘要:
SELECT *FROM ( SELECT TOP (@count1) a.* FROM Article AS a WITH (NOLOCK)LEFT JOIN Article_Type AS at WITH (NOLOCK)ON a.ArticleType=at.ArticleTypeIdWHER 阅读全文
posted @ 2019-08-08 15:13
Focus and Learn
阅读(2353)评论(0)推荐(0)