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 |
Creates a new instance using the given reader. |
Methods
Name | Return Value | Summary |
---|---|---|
Create |
Action |
Creates the action delegate used to hydrate a record's members with data from the reader.
|
Get |
Action |
Gets the action delegate used to hydrate a custom class object's members with data from the reader.
|
Hydrate |
void |
Hydrates members of the given record using the current reader row.
|