Click or drag to resize
TupleGetLong Method
Given a name, returns the long value stored in the field with that name.

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 Nullable<long> GetLong(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field

Return Value

Type: NullableInt64
The value of the field or null if no field with that name exists in the Tuple
See Also