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
Syntax
Remarks
See Also
What's New
Getting Started
General Information
Database Application Development Concepts
ORM Solutions
Integration
FAQ
Reference
Devart.Data Assembly
Devart.Data.SQLite Assembly
Overview
Namespaces
Devart.Common Namespace
Overview
Classes
DbConnectionBase
SelectColumn
SelectColumnCollection
SelectStatement
SelectStatementNode
SelectTable
SelectTableCollection
Devart.Data.SQLite Namespace
Overview
Classes
SQLiteAggregateFunction
SQLiteAggregateFunction<TResult>
SQLiteAggregateFunction<T1,TResult>
SQLiteAggregateFunction<T1,T2,TResult>
SQLiteAggregateFunction<T1,T2,T3,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,T7,TResult>
SQLiteAggregateFunction<T1,T2,T3,T4,T5,T6,T7,T8,TResult>
SQLiteBlob
SQLiteCollationFunction
SQLiteCommand
SQLiteCommandBuilder
SQLiteConnection
SQLiteConnectionStringBuilder
SQLiteDataAdapter
SQLiteDataReader
SQLiteDataSet
SQLiteDataTable
SQLiteDump
SQLiteErrorEventArgs
SQLiteException
SQLiteFunction
Overview
Members
Methods
Dispose Method
Properties
ArgumentCount Property
Name Property
SQLiteMetaDataCollectionNames
SQLiteMonitor
SQLiteParameter
SQLiteParameterCollection
SQLiteProviderFactory
SQLiteRowUpdatedEventArgs
SQLiteRowUpdatingEventArgs
SQLiteScalarFunction
SQLiteScalarFunction<TResult>
SQLiteScalarFunction<T1,TResult>
SQLiteScalarFunction<T1,T2,TResult>
SQLiteScalarFunction<T1,T2,T3,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,T7,TResult>
SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,T7,T8,TResult>
SQLiteScript
SQLiteSelectLimit
SQLiteSelectStatement
SQLiteSnapshot
SQLiteText
SQLiteTransaction
Enumerations
AutoVacuumMode
EncryptionMode
JournalMode
LockingMode
SQLiteDateFormats
SQLiteDumpObjects
SQLiteErrorCode
SQLiteForeignKeyConstraints
SQLiteSecureDelete
SQLiteTransactionMode
SQLiteType
SynchronizationMode
TempStoreMode
Structures
SQLiteDateTime
Delegates
SQLiteErrorEventHandler
SQLiteProgressCallback
SQLiteRowUpdatedEventHandler
SQLiteRowUpdatingEventHandler
Devart.Data.SQLite.Synchronization Assembly
Devart.Data.Synchronization Assembly
Dispose() Method
In This Topic
Syntax
Remarks
See Also
Releases all resources allocated by this object.
Syntax
Visual Basic
C#
public void Dispose()
'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
Reference
SQLiteFunction Class
SQLiteFunction Members