Data Port Sync 1.0.500

SqlCeTransaction. Method (Boolean)

[This is preliminary documentation and subject to change.]

Disposes the transaction object. If the transaction is pending it is terminated.

[Visual Basic]
Overrides Overloads Protected Sub ( _
   ByVal Boolean As Boolean _
)
[C#]
protected override void (
   Boolean bDisposing
);

Parameters

Boolean
true when called from public Dispose.

See Also

SqlCeTransaction Class | Primeworks.DesktopSqlCe Namespace | SqlCeTransaction. Overload List