小编Bob*_*Bob的帖子

什么是VB.NET相当于这个C#代码?

VB.NET相当于这个C#代码?

    ctx.Load(site,
                x => x.Lists.Where(l => l.Title != null));
Run Code Online (Sandbox Code Playgroud)

我试过了

 ctx.Load(site, Function(x) x.Lists.Where(Function(l) l.Title IsNot Nothing))
Run Code Online (Sandbox Code Playgroud)

但这个错误 "The expression (Convert(l.Title) != null) is not supported."

思考

vb.net c#-to-vb.net

5
推荐指数
1
解决办法
335
查看次数

标签 统计

c#-to-vb.net ×1

vb.net ×1