C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着
 var tempKeyList = from tempTable in context.Tbl_KeyWord where SqlMethods.Like(tempKeywordNOKey, "%" + tempTable.KeyWord + "%") select tempTable;
posted on 2011-08-11 13:44  王德田  阅读(319)  评论(0编辑  收藏  举报