Click or drag to resize

RecordOptionsFieldsNames Property

Returns an string array with the fields names. Note : Do NOT change the values of the array, clone it first if needed

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string[] FieldsNames { get; }

Return Value

Type: String
An string array with the fields names.
See Also