Tamino API for .NET

TaminoConnectionMode Enumeration

Specifies the possible mode of a TaminoConnection. The mode defines the transactional boundary for commands.

[Visual Basic]
Public Enum TaminoConnectionMode
[C#]
public enum TaminoConnectionMode

Members

Member NameDescription
AutoCommit Each command is executed within a single transaction.
LocalTransaction Different commands can be executed within the scope of the same transaction.
GlobalTransaction Different commands can be executed within the scope of the same transaction. The transaction is a distributed transaction with two-phase commit.

Requirements

Namespace: SoftwareAG.Tamino.Api Namespace

Assembly: TaminoAPI.dll

See Also

SoftwareAG.Tamino.Api Namespace