'Declaration Public Delegate Function SQLiteProgressCallback() As Integer
public delegate int SQLiteProgressCallback()
If the registered progress handler returns non-zero, the operation is interrupted.
The handler must not do anything that will modify the connection it is registered in. This includes SQL statement preparation and execution, retrieving data, etc.
SQLiteProgressCallback Members Devart.Data.SQLite Namespace RegisterProgressHandler(SQLiteProgressCallback) Method RegisterProgressHandler(SQLiteProgressCallback,Int32) Method UnRegisterProgressHandler Method