Gets a value indicating whether any changes were made in the scope of this transaction.

Namespace:  C1.Data.Transactions
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool HasChanges { get; }
Visual Basic
Public ReadOnly Property HasChanges As Boolean
	Get

Implements

ITransaction..::..HasChanges

See Also