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

Syntax

public void Hydrate<T>(T record)

Type Parameters

Name Description
T The type of the record.

Parameters

Name Type Description
record T The record to hydrate.