Hi,
When the doc says that all of the unit of work stuff is done upon a single call, is that a single call to the db or just a single call to the unit of work object?
In other words, does all the sql get sent to the db server in one go as if it was all inside a single sp or does one sql statement get sent, a response recevied, the next statement sent and so on?
Cheers, Ian.