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.4.0.001)
Syntax
C# |
---|
bool HasOldTuple { get; } |
Visual Basic |
---|
ReadOnly Property HasOldTuple As Boolean
Get |
Visual C++ |
---|
property bool HasOldTuple {
bool get ();
} |
F# |
---|
abstract HasOldTuple : bool with get
|
Property Value
Type:
Booleantrue if this instance has old tuple; otherwise,
false.
See Also