|
CsvReaderMissingFieldAction Property
|
Gets or sets the action to take when a field is missing.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public MissingFieldAction MissingFieldAction { get; set; }
Public Property MissingFieldAction As MissingFieldAction
Get
Set
Request Example
View SourceProperty Value
Type:
MissingFieldActionThe action to take when a field is missing.
See Also