gpt4 book ai didi

ado.net - 如何在传递给 DataTable Select() 的字符串中包含撇号?

转载 作者:行者123 更新时间:2023-12-04 13:54:58 26 4
gpt4 key购买 nike

dt.Select(string)给出错误 missing operandapostrophe符号在字符串中。

解决此错误的方法是什么?或如何处理此错误?

最佳答案

String value = "Rubens' Home"; // value you want to sanitize and search
dt.Select(String.Format(
"Location = '{0}'", value.Replace("'", "''")));

关于ado.net - 如何在传递给 DataTable Select() 的字符串中包含撇号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4906384/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com