CreateHydrateRecordAction<T>() Method
Creates the action delegate used to hydrate a record's members with data from the reader.
Namespace
CsvHelper.Expressions
Containing Type
RecordHydrator

Syntax

protected virtual Action<T> CreateHydrateRecordAction<T>()

Type Parameters

Name Description
T The record type.

Return Value

Type Description
Action<T>