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
- DynamicRecordCreator
- Overridden
- Create
Create Record Delegate (Type)
Syntax
protected override Delegate CreateCreateRecordDelegate(Type recordType)
Parameters
Name | Type | Description |
---|---|---|
recordType | Type | The record type. |
Return Value
Type | Description |
---|---|
Delegate |