The constant value that will be used for every record when
reading and writing. This value will always be used no matter
what other mapping configurations are specified.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMap
<TClass, TMember>
Syntax
public virtual MemberMap<TClass, TMember> Constant(TMember constantValue)
Parameters
Name | Type | Description |
---|---|---|
constantValue | TMember | The constant value. |