Click or drag to resize

IRecordReader Interface

Basic read record interface

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public interface IRecordReader

The IRecordReader type exposes the following members.

Methods
  NameDescription
Public methodClose
close the interface and return
Public methodReadRecordString
Read a record from the data source
Top
See Also