RE-Decoded

A technical look at the Raiser's Edge API from Blackbaud


Feeds:

Removing from a collection

August 29th, 2008 by David Zeidman

One issue I had when I first started was how do I remove a child object from a collection. For example if I want to remove one constituent code from a constituent I need to loop through them, find the one I want to remove and remove it. My fear though was that if I simply remove it whilst looping won’t I mess up the collection? This can happen in some classes.

Read the rest of this entry »

Posted in Beginner | No Comments »