Creates a
Delegate
of type Func<T>
that will create a record of the given type using the current
reader row.
- Namespace
- CsvHelper
.Expressions - Containing Type
- RecordCreator
Syntax
protected abstract Delegate CreateCreateRecordDelegate(Type recordType)
Parameters
Name | Type | Description |
---|---|---|
recordType | Type | The record type. |
Return Value
Type | Description |
---|---|
Delegate |