Ignore(bool) Method
Ignore the member when reading and writing. If this member has already been mapped as a reference member, either by a class map, or by automapping, calling this method will not ignore all the child members down the tree that have already been mapped.
Namespace
CsvHelper.Configuration
Containing Type
MemberMap

Syntax

public virtual MemberMap Ignore(bool ignore)

Parameters

Name Type Description
ignore bool True to ignore, otherwise false.

Return Value

Type Description
MemberMap