Amer,
> I have and interface with two methods Save() and Load(). A Base class
> implements the interface and inherits ServicedComponent. I only want the
> save to be enlist as a transaction. Is there an attribute or another
> mechanism not to make Load() enlist as a part of a transaction.
Nope, you'll need to break it into two different classes.

Signature
Tomas Restrepo
tomasr@mvps.org