PutOpHasOldTuple Property |
true if old entry exists, false otherwise
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract bool HasOldTuple { get; }
Public MustOverride ReadOnly Property HasOldTuple As Boolean
Get
public:
virtual property bool HasOldTuple {
bool get () abstract;
}
abstract HasOldTuple : bool with get
Property Value
Type:
Booleantrue if there is an old tuple, else
false
See Also