linq query select top 1 csharp

Code Example - linq query select top 1 csharp

                
                        imageName = (from soh in db.tblProductImages
             where soh.product_id == e.ProductId
             select soh.image_name).FirstOrDefault()