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.1.0.0 (2.1)

Syntax

C#
public abstract Object Remove(
	string fieldName
)
Visual Basic
Public MustOverride Function Remove ( _
	fieldName As String _
) As Object
Visual C++
public:
virtual Object^ Remove(
	String^ fieldName
) abstract

Parameters

fieldName
Type: System..::..String
Name of field

Return Value

Return old value, null if it does not exist

See Also