Click or drag to resize
TupleGetFieldType Method
Return the type of the field given a 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 FieldDefFieldType GetFieldType(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field

Return Value

Type: FieldDefFieldType
The field type
See Also