You will have to wrap your call to Contains() inside a MethodCallExpression 
that calls ToUpper() first. Similar to what you already have.

RP

On Wednesday, September 5, 2012 6:29:45 AM UTC+1, Christian I. wrote:
>
> Thanks Ricardo that's work.
>
> I have a bonus question. My predicate on the image join in the first post 
> is : Param_0.LastName.Contains("..")
>
> Is there a way to have : Param_0.LastName.ToUpper().Contains(".."). I'd 
> like avoid difference between capital and not capital.
>
> Thanks,
>
> On Tuesday, September 4, 2012 10:57:31 PM UTC+2, Ricardo Peres wrote:
>>
>> Use Expression.AndAlso, not Expression.And.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/TxGs7a50McEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to