I have a List<SomeType>
where
SomeType.Value
= "TASK?" where '?' can be from 1 to N.
SomeType.Value
can also have values like TASKCNT, TASKOLD etc..
The question is how do I Select all "TASK?" ignoring other values like TASKCNT, TASKOLD
Thanks in advance