C to VB.NET. One code line

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

How can I translate to VB.NET the following LINQ code line:

var Tag = db.Tags.Single(t => t.TagId == 150);

Thanks,
Miguel
 
Back
Top