Cloning Object-set

ObjectSet orders = ...;

// ...

ObjectSet orders2 = orders.Clone();

Related Topics

Using NObject Object-set