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

In This Topic
Dispose() Method
In This Topic
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.
See Also