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

Dispose() Method
Releases all resources allocated by this object.
Syntax
'Declaration
 
Public Sub 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also