DBExecution fetchDbEnd DelegateDataBaseExecutors
Callback function for the end of read.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public delegate void fetchDbEnd(
	bool result,
	long counter
)

Parameters

result
Type: System Boolean
counter
Type: System Int64
See Also