DataFunctionExpressionFunction CreateTERRExpressionFunction Method TIBCO Spotfire 6.5 API Reference
Creates an expression function that will be executed using TERR when used in an expression.

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public static DataFunctionExpressionFunction CreateTERRExpressionFunction(
	string script,
	string name,
	string description,
	string section,
	DataType returnType
)

Parameters

script
Type: System String
The script.
name
Type: System String
The name of the method.
description
Type: System String
The description.
section
Type: System String
The method section.
returnType
Type: Spotfire.Dxp.Data DataType
The data type of the column returned from the TERR script.

Return Value

Type: DataFunctionExpressionFunction
The data function expression function.
Version Information

Supported in: 6.5
See Also