Hydrate<T>(T) Method
Hydrates members of the given record using the current reader row.
Namespace
CsvHelper.Expressions
Containing Type
RecordHydrator

Syntax

public void Hydrate<T>(T record)

Type Parameters

Name Description
T The record type.

Parameters

Name Type Description
record T The record.