Summary
Retrieves the value of a transaction local variables.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- Transaction
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 |