Field.Optional property

Determines whether this field is optional. Because of the nature of CSV and FixedWidth file formats, optional fields should only be a the end of the record.

public bool Optional { get; set; }

See Also