CreateCreateRecordDelegate(Type) Method
Creates a Delegate of type Func<T> that will create a record of the given type using the current reader row.

Syntax

protected override Delegate CreateCreateRecordDelegate(Type recordType)

Parameters

Name Type Description
recordType Type The record type.

Return Value

Type Description
Delegate