可以任何人简要描述这个=> linq的运营商及其工作

时间:2017-11-04 10:57:09

标签: c# linq

using (var ctx = new SchoolDBEntities())
    {    
        var student = ctx.Students.Where(s => s.StudentName == "Bill")
                      .FirstOrDefault<Student>();
    }

任何人都可以简要描述一下这个=&gt; linq的操作员及其工作..

1 个答案:

答案 0 :(得分:0)

它实际上是函数/ lambda定义的较短变体。这样做完全相同:

imgprasad

multer API documentation
MSDN: Where
另请查看发布的链接module: { loaders: [{ test: /\.(js|jsx)?$/, exclude: /node_modules/, loader: 'babel-loader', query: { presets: ['es2015', 'react'] } }] }, ...