---
title: "Define what is Where clause and Let clause in Linq?"  
description: "Define what is Where clause and Let clause in Linq?"  
author: "Anonymous User"  
published: 2018-04-10  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23380/define-what-is-where-clause-and-let-clause-in-linq  
category: "linq"  
tags: ["linq"]  
reading_time: 1 minute  

---

# Define what is Where clause and Let clause in Linq?

**Where 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.

## Answers

### Answer by Anonymous User

**Where 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.


---

Original Source: https://www.mindstick.com/interview/23380/define-what-is-where-clause-and-let-clause-in-linq

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
