0
kicks
Using multiple Object Contexts in a Transaction
You have using the entity Framework and have multiple ObjectContexts each working against a different database and you want o execute operations on both of them in a Transaction. Here's how