Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBase.IsTransActive

Syntax

bool IsTransActive ( )

Parameters

This method has no parameters.

Description

Indicates if a transaction has been started with a call to Begin(), but not terminated with a call to Commit() or Abort().

Return

IsTransActive() returns true if there is one transaction pending and yes otherwise.

See Also

Begin(), Abort(), Commit(), IsLockActive()

TOCIndex