Public Function CsvFileToDataReader( _ ByVal filePath As String _ ) As IDataReader
Dim instance As CsvReader Dim filePath As String Dim value As IDataReader value = instance.CsvFileToDataReader(filePath)
public IDataReader CsvFileToDataReader( string filePath )
public: IDataReader^ CsvFileToDataReader( String^ filePath )
Parameters
- filePath
- The path to the file
Return Value
A data reader