DBExecution fetchDb DelegateDataBaseExecutors
Delegate function to each records.
You can use this delegate for making xml from recordset.

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

public delegate string fetchDb(
	DbDataReader reader,
	long counter
)

Parameters

reader
Type: System.Data.Common DbDataReader
counter
Type: System Int64

Return Value

Type: String
See Also