dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteFunction Class / Dispose() Method

On this page
    Dispose() Method
    On this page
    Releases all resources allocated by this object.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    Remarks
    Use Dispose to free resources taken by a SQLiteFunction descedant, i.e. after this user-defined. After disposing the object call of any method of this object will throw an System.ObjectDisposedException.
    See Also