Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.DataProvider.IDataProviderTransactions Interface

This interface is implemented by low-level data providers to support transactions that can be committed, saving all updates, or aborted to abandon all updates.

Namespace: YetaWF.Core.DataProvider
Assembly: YetaWF.Core

Syntax

public interface IDataProviderTransactions;

Methods

PublicAbortTransactionAborts a transaction, abandoning all updates.
PublicCommitTransactionAsyncCommits a transaction, saving all updates.
PublicStartTransactionStarts a transaction that can be committed, saving all updates, or aborted to abandon all updates.
PublicSupportTransactionsUsed when creating a dataprovider whithin StartTransAction().

See Also YetaWF.Core Overview