IAdvanced OperationsDrop Function Method
Drops the user-defined function with the given name.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void DropFunction(
string functionName
)VB
Sub DropFunction (
functionName As String
)Parameters
- functionName String
- The name of the function to drop.
Exceptions
| ArgumentException | Occurs if functionName is empty. |
| ArgumentNullException | Occurs if functionName is null. |