RecordHydrator Class
Hydrates members of an existing record.
Namespace
CsvHelper.Expressions
Base Types
  • object
graph BT Type-->Base0["object"] Type["RecordHydrator"] class Type type-node

Syntax

public class RecordHydrator

Constructors

Name Summary
RecordHydrator(CsvReader) Creates a new instance using the given reader.

Methods

Name Return Value Summary
CreateHydrateRecordAction<T>() Action<T>
Creates the action delegate used to hydrate a record's members with data from the reader.
GetHydrateRecordAction<T>() Action<T>
Gets the action delegate used to hydrate a custom class object's members with data from the reader.
Hydrate<T>(T) void
Hydrates members of the given record using the current reader row.