2015年1月8日 星期四

SQL query with like

在 C# 使用 SQL query 的參數如果要加 % 的話, 要用 + 號
例如


cmd.CommandText = "select * from MyTable where Arg like @Arg+'%'";

沒有留言:

張貼留言