Click or drag to resize
TupleRemove Method
Remove the value corresponding to the field name from Tuple.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract Object Remove(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field

Return Value

Type: Object
Return old value, null if it does not exist
See Also