DBExecution fetchDbItem T  DelegateDataBaseExecutors
Delegate function to each records.
You can use this delegate for making list of some class from recordset.

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

public delegate T fetchDbItem<T>(
	DbDataReader reader,
	long counter
)

Parameters

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

T

[Missing <typeparam name="T"/> documentation for "T:DataBaseExecutors.DBExecution.fetchDbItem`1"]

Return Value

Type: T
See Also