GetHydrateRecordAction<T>() Method
Gets the action delegate used to hydrate a custom class object's members with data from the reader.
Namespace
CsvHelper.Expressions
Containing Type
RecordHydrator

Syntax

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

Type Parameters

Name Description
T The record type.

Return Value

Type Description
Action<T>