Advanced.Data.Provider Documentation

IAdpTransaction Interface

[This is preliminary documentation and subject to change.]

Represents a transaction to be performed at a data source, and is implemented by Advanced Data Provider that access relational databases.

For a list of all members of this type, see IAdpTransaction Members.

[Visual Basic]
Public Interface IAdpTransaction
Implements IDbTransaction, IDisposable
[C#]
public interface IAdpTransaction : IDbTransaction, IDisposable

Requirements

Namespace: Advanced.Data.Provider

Assembly: Advanced.Data.Provider (in Advanced.Data.Provider.dll)

See Also

IAdpTransaction Members | Advanced.Data.Provider Namespace