RecordManager Class
Manages record manipulation.
Namespace
CsvHelper.Expressions
Base Types
  • object
graph BT Type-->Base0["object"] Type["RecordManager"] class Type type-node

Syntax

public class RecordManager

Constructors

Name Summary
RecordManager(CsvReader) Initializes a new instance using the given reader.
RecordManager(CsvWriter) Initializes a new instance using the given writer.

Methods

Name Return Value Summary
GetReadDelegate<T>(Type) Func<T>
Gets a cached reader delegate for the given type.
GetWriteDelegate<T>(RecordTypeInfo) Action<T>
Gets a cached writer delegate for the given type.
Hydrate<T>(T) void
Hydrates the given record using the current reader row.