Is this by design? I have to manually create a transaction within them. v4.4 |
Hello Ara, The presence of auto transactions depends on SessionProfile you are using. I suspect, the default one (SessionProfile.Server) is being used which doesn't provide them. Consider switching to SessionProfile.Legacy or mark transactional members of ISessionService implementor with [Transactional] attribute. More about session profiles: DataObjects.Net Beta 1 release notes Yes, Server profile. If I use Transactional attribute, will it call transactionScope.Complete() for me at the end of my method? Definitely Your response times are out of this world. Thank you. You are welcome =) |