How do you use the MySql IN clause

后端 未结 3 625
梦毁少年i
梦毁少年i 2020-12-21 09:05

I am trying to figure out how to use the MySql In cluse with ASP.NET C#. Here is my code

var WebSites = string.Join(\",\", wsl.Select(x => \"\'\" + x.Doma         


        
3条回答
  •  暖寄归人
    2020-12-21 09:27

    You have referenced @Url instead of @Urls

    maybe just a typo in your question though

提交回复
热议问题