This topic has not yet been rated - Rate this topic

Transaction.IsNested Property

Gets the transaction and verifies whether a transaction is nested within another transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
public bool IsNested { get; }

Property Value

Type: System.Boolean
true if the transaction is nested within another transaction; otherwise, false.

You can use the TransactionDepth property to determine how many levels of nested transactions this transaction is running inside.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ