错误一:
套接字连接已中止。这可能是由于处理消息时出错或远程主机超过接收超时或者潜在的网络资源问题导致的。本地套接字超时是“00:00:59.9062500”。
private string FormatWhere(object beFormatWhere)
{
string where = Convert.ToString(beFormatWhere).ToLower();
if (where.IndexOfAny(new char[] { '=', '>', '<' }) == -1 && !where.Contains("like") && !where.Contains("between") && !where.Contains("in"))
{
return entity.PrimaryKey + "=" + where;
}
return where;
}
版权声明:本文原创发表于 博客园,作者为 路过秋天 本文欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则视为侵权。 |
个人微信公众号 |
Donation(扫码支持作者):支付宝: |
Donation(扫码支持作者):微信: |