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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Linq. Remove. VS 2008 Final Version 1
Translation. Could someone, please, help me? 1
Delete Record 2
Linq > Group 2
Linq. Aggregate 4
Linq. String 5
Linq. Avoid Joins 2
Linq. Count. 3

Back
Top