IAdvancedOperationsDropFunction Method

Drops the user-defined function with the given name.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void DropFunction(
	string functionName
)

Parameters

functionName  String
The name of the function to drop.

Exceptions

ArgumentExceptionOccurs if functionName is empty.
ArgumentNullExceptionOccurs if functionName is null.

See Also