IsFunctionRegistered(String,Int32) Method
Checks whether the specified function is registered in the connection as SQLite user-defined function.
|
|---|
'Declaration
Public Overloads Function IsFunctionRegistered( _
ByVal As String, _
Optional ByVal As Integer _
) As Boolean |
Parameters
- name
- The name of the function to check.
- argumentCount
- The number of arguments the function accepts.
Return Value
true, if the function with the specified name and number of parameters is registered in the SQLite connection; otherwise, false.