PickDPTransaction Class

Represents a Pick transaction to be made in a Pick Server database. This class cannot be inherited.  

Public Constructors

New

Constructor.

Public Methods

Begin

Begins a Pick transaction.

BeginTransaction

For internal use only.

Commit (Inherits from IDbTransaction)

Commits the database transaction.   

Dispose (Inherits from IDbisposable)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  

Rollback (Inherits from IDbTransaction)

Rolls back a transaction from a pending state.  

Public Properties

Name

Type

Description

Connection

System.Data.PickDP.PickDPConnection

Specifies the Connection object to associate with the transaction.  

IsolationLevel

System.Data.IsolationLevel

Specifies the System.Data.IsolationLevel for this transaction.  

TransactionsSupported

Boolean

Returns TRUE if supported or FALSE if not supported.

 

Portions Copyright Microsoft© Corporation