PutEventHasOldTuple Property |
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.EventAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxbool HasOldTuple { get; }
ReadOnly Property HasOldTuple As Boolean
Get
property bool HasOldTuple {
bool get ();
}
abstract HasOldTuple : bool with get
Property Value
Type:
Booleantrue if this instance has old tuple; otherwise,
false.
See Also