How can I convert this linq.expression from C# to VB?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-03-30T15:21:37Z
Indexed on
2010/03/30
15:23 UTC
Read the original article
Hit count: 346
[QueryInterceptor("Somethings")]
public Expression<Func<Something, bool>> OnSomethings()
{
// Code here
}
I had a view guesses, looked on msdn, but there are no examples matching the way that that is used. Ideas?
© Stack Overflow or respective owner