dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / UnRegisterFunction Method / UnRegisterFunction(SQLiteFunction) Method
The user-defined function to unregister.

In This Topic
    UnRegisterFunction(SQLiteFunction) Method
    In This Topic
    Unregisters user-defined scalar or aggregate function.
    Syntax
    'Declaration
     
    Public Overloads Sub UnRegisterFunction( _
       ByVal function As SQLiteFunction _
    ) 
    public void UnRegisterFunction( 
       SQLiteFunction function
    )

    Parameters

    function
    The user-defined function to unregister.
    See Also