Define what is Where clause and Let clause in Linq?
1908
10-Apr-2018
Anonymous User
10-Apr-2018Where clause: It allows us to add some conditional filters to the query.
Let clause: It allows us to define a variable and assigning it a value calculated from the data values.