Click or drag to resize

IgnoreLastAttribute Class

The number of lines to be ignored at the end of the file.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersIgnoreLastAttribute

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

The IgnoreLastAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreLastAttribute
Indicates that the last line of the file will be ignored.
Public methodIgnoreLastAttribute(Int32)
Indicates the number of lines at end of the file that will be ignored.
Top
Properties
  NameDescription
Public propertyNumberOfLines
The number of lines to be ignored at end of the file.
Top
Remarks
This is useful to discard trailer records from an incoming file.

See the complete attributes list for more information and examples of each one.

See Also