Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine whether or not the entry existed before the start of the mutating operation that is being evaluated by the trigger.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
bool IsOriginalPresent { get; }

Field Value

true iff this entry was existent in the containing cache.

See Also