Return true if the tuple was inserted (did not overwrite an existing tuple) or false it it was updated (did overwrite an existing tuple)

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

Syntax

C#
bool HasOldTuple { get; }
Visual Basic
ReadOnly Property HasOldTuple As Boolean
	Get
Visual C++
property bool HasOldTuple {
	bool get ();
}

Field Value

true if this instance has old tuple; otherwise, false.

See Also