Click or drag to resize
IAdvancedOperationsDropFunction Method
Drops the user-defined function with the given name.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
void DropFunction(
	string functionName
)

Parameters

functionName
Type: SystemString
The name of the function to drop.
Exceptions
ExceptionCondition
ArgumentExceptionOccurs if functionName is empty.
ArgumentNullExceptionOccurs if functionName is null.
See Also