version 1.0.2005.1 final (self-servicing)
VS2005 winforms
hiya,
I have a simple filter question.
I want to filter an entityCollection.
private myProject.CollectionClasses.TblDeliveryProductsCollection currDeliveries;
there is a field in the entity named "deliveryId"
I think that I should be using a predicate to filter?
All I want to do is the equivalent of:
WHERE deliveryId = 1 etc
I know it's a simple question, but can anyone help me out?
many thanks,
yogi