Hi Guys,
Requirement is to filter system views based on security role. In which i am using below query expression to filter the system views. I was able to use only one like operator.
Code:
ConditionExpression queryCondition = new ConditionExpression("name", ConditionOperator.Like, "My %");
qe.Criteria.Conditions.Add(queryCondition);
Where i need system view that starts with "My" and "Team"... please help me to do it.
Thanks,
Vignesh Mohan
*This post is locked for comments
I have the same question (0)