Click or drag to resize

FieldInNewLineAttribute Class

Indicates the target field has a new line before this value i.e. indicates that the records have multiple lines, and this field is in the beginning of a line.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldInNewLineAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldInNewLineAttribute : Attribute

The FieldInNewLineAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldInNewLineAttribute
Indicates the target field has a new line before this value i.e. indicates that the records have multiple lines, and this field is in the beginning of a line.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also