CRUDTransaction DisposeBehavior Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies how transaction should be finalized on dispose: comitted or rolledback if it is still open

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public TransactionDisposeBehavior DisposeBehavior { get; }

Property Value

Type: TransactionDisposeBehavior
See Also