This is for using MBUnit's Rollback functionality, which wraps up a whole test in a COM+ transaction.
Basically, I create an entity graph and save it. Then I want to fetch the graph I just saved and verify that the fetch worked properly (actually, the filter on the fetch).
It seems, though, that the entity I fetch doesn't have the correct (or any) column values when I fetch it back. The Fields.State does equal EntityState.Fetched, but I don't see my values.
Is there something else I need to do, or is what I'm trying to do simply not possible?
Thanks,
Phil