what is Dim in Linq ? Dim londonOrders = From ord In db.Orders where ord.Customer.City = "London"
vicky gupta
Select an image from your device to upload
Dim keyword is used in VB.net. This keyword is used when value need to be stored in variable is not defined. Likewise in C# we will var to store values of variable type.