IPreCommitAction Interface |
An action that can be registered to be executed before a transaction
is finally committed.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntaxpublic interface IPreCommitAction
The IPreCommitAction type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | Execute |
The action to be executed.
|
Top
See Also