LIKE 在 linq 里怎么用LIKE 在 linq 里怎么用[解决办法][code=C#][/code]var q = from c in db.Customers where SqlMethods.Like(c.CustomerID, "C%") select c;