码迷,mamicode.com
首页 > 编程语言 > 详细

C# 将数组拼接为字符串 string.Join 的使用

时间:2020-06-28 15:00:31      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:from   nbsp   sele   sel   sql   app   string   ram   拼接   

 

  param.ids为String[] 数组

 StringBuilder sql = new StringBuilder();
sql.Append($
" select * from school_relation where id in (‘{string.Join("‘,‘", param.ids)}‘) ;");

 

C# 将数组拼接为字符串 string.Join 的使用

标签:from   nbsp   sele   sel   sql   app   string   ram   拼接   

原文地址:https://www.cnblogs.com/personblog/p/13202701.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!