Hello,
How can I translate to VB.NET the following LINQ code line:
var Tag = db.Tags.Single( t =t.TagId == 150);
Thanks,
Miguel
How can I translate to VB.NET the following LINQ code line:
var Tag = db.Tags.Single( t =t.TagId == 150);
Thanks,
Miguel
Comment