Connection.ttsLevel Method

Returns the number for the last call to the ttsbegin method that is used to begin a transaction.

Syntax

public int ttsLevel()

Run On

Server

Return Value

Type: int
An integer value that indicates the number for the last call to the ttsbegin method. For example, if the ttsLevel method is called after the third call to the ttsbegin method, the return value is 3.

See Also

Reference

Connection Class