 | IAdvancedOperationsCreateFunction Method |
Installs the user-defined function with the given name and type from the given library file name.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxvoid CreateFunction(
string functionName,
string libraryfileName,
UdfReturnType returnType
)
Sub CreateFunction (
functionName As String,
libraryfileName As String,
returnType As UdfReturnType
)
Parameters
- functionName
- Type: SystemString
The name under which the function is registered. - libraryfileName
- Type: SystemString
The name of the library file that contains the function. - returnType
- Type: SphinxConnector.FluentApiUdfReturnType
The type that is returned from the function.
Exceptions
See Also