Transaction.

Get(TransactionLocal) Method

Summary

Retrieves the value of a transaction local variables.

Syntax

public virtual ByRef Get(TransactionLocal local)

Remarks

Retrieves the value of a transaction local variables. If this is the first time the variable is accessed Db4objects.Db4o.Internal.TransactionLocal.InitialValueFor(Db4objects.Db4o.Internal.Transaction) will provide the initial value.

Parameters

Name Type Description
local TransactionLocal

Return Value

Type Description
ByRef