dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace
/
SQLiteFunction Class
/ Dispose() Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Dispose() Method
In This Topic
Releases all resources allocated by this object.
Syntax
Visual Basic
C#
'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
Reference
SQLiteFunction Class
SQLiteFunction Members