linq case insensitive (without toUpper or toLower)

前端 未结 8 2635
执念已碎
执念已碎 2020-12-15 02:27
public Articles GetByName(string name, Categories category, Companies company)
{
    var query = from article in session.Linq()
                where         


        
8条回答
提交回复
热议问题