asp.net 2.0
llblgenpro 2
adapterTemplate
hiya,
I have several jobItems in an entityCollection that's already been filtered.
I need to find the jobItem that has the "earliest" "dateCreated" field.
I was looking at the "FieldCompareSetPredicate" "lesserThanAll" comparison operator, but this seems to require a resultSet.
filter.Add(new FieldCompareSetPredicate(JobItemFields.dateCreated, ???
All I want to do is filter the field from the same table.
many thanks,
yogi