Remove the value corresponding to the field name from Tuple.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Object Remove(
string fieldName
)
Public MustOverride Function Remove (
fieldName As String
) As Object
public:
virtual Object^ Remove(
String^ fieldName
) abstract
abstract Remove :
fieldName : string -> Object
Parameters
- fieldName
- Type: SystemString
Name of field
Return Value
Type:
ObjectReturn old value, null if it does not exist
See Also