true if old entry exists, false otherwise

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract bool HasOldTuple { get; }
Visual Basic
Public MustOverride ReadOnly Property HasOldTuple As Boolean
	Get
Visual C++
public:
virtual property bool HasOldTuple {
	bool get () abstract;
}

Field Value

true if there is an old tuple, else false

See Also