how do I call this in vb.net?

M

Mel

I want to call the method below from vb.net; I can't figure out the syntax. In C# I call it like this "Get<ContactType>(t => t.nvchType == strType);". Help please.

public virtual T Get<T>(Expression<Func<T, bool>> predicate) where T : class
 

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

Top