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.2.0.015)
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 |
| F# |
|---|
abstract Remove :
fieldName : string -> Object
|
Return Value
Type:
ObjectReturn old value, null if it does not exist
See Also