Updating Object in Batches

In NObject O/R Mapping persistency layer, you can update object without getting it, mostly it is used while updating object in batches, there are two methods that can be adopted:

l    Using Filter

l    Using OQL

Related Topics

Update Object