Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULTransaction class

 

Connection property

Returns the connection associated with the transaction.

Syntax
Visual Basic
Public Readonly Property Connection As ULConnection
C#
public ULConnection Connection { get;}
Property value

The ULConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.

Remarks

This is the strongly-typed version of System.Data.IDbTransaction.Connection and System.Data.Common.DbCommand.Connection.

See also