首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
Entity Framework字段截取
Entity Framework字段截取
xiaoxiao
2022-07-12
151
可以使用:Substring()
stores.Where(s=> range.Item1 <= s.Name.Substring(0, 1) && s.Name.Substring(0, 1) <= range.Item2)
转载请注明原文地址: https://yun.8miu.com/read-53392.html
最新回复
(
0
)