CustomDataFunctionExecutor GetNameHandlingCore Method TIBCO Spotfire 6.0 API Reference
Gets the settings that defines how name handling should be performed by the function executor.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected virtual DataFunctionNameHandling GetNameHandlingCore()

Return Value

Type: DataFunctionNameHandling
The name handling settings.
Remarks

By default the setting is to escape non alpha numeric characters.
See Also