C to VB.NET. One code line

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
Linq. String 5
Convert code line to VB 2
Delete Record 2
Linq. Aggregate 4
Linq > Group 2
Linq. Select 1

Top