The EDBTransaction class implements the DbTransaction abstract class, providing an encapsulation of an ElevateDB transaction on a given ElevateDB database.
Since ElevateDB only supports an isolation level of Serializable, the isolation level is not used as a parameter for alternative constructors such as the constructor for starting a restricted transaction. Please see the Transactions for more information.