Method ReadKey
ReadKey(CsvReader)
Returns the entry that should be mapped for the current row or null if one can not be found.
Declaration
public SharedTableData.SharedTableEntry ReadKey(CsvReader reader)
Parameters
Type | Name | Description |
---|---|---|
CsvReader | reader | Provides read access to the CSV file. |
Returns
Type | Description |
---|---|
SharedTableData.SharedTableEntry | The mapped entry or null if one could not be found. |