Click or drag to resize

FieldOptionalAttribute Class

Indicates that the target field might be on the source file. If it is not present then the value will be null (TODO: Check null) This attribute is used for read.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersFieldOptionalAttribute

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

The FieldOptionalAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldOptionalAttribute
Initializes a new instance of the FieldOptionalAttribute class
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also