C# Class ExoModel.ETL.DelimitedFile.Table

Exposes a delimited file as an ITable instance.
Inheritance: ITable
ファイルを表示 Open project: vc3/ExoModel

Public Methods

Method Description
Dispose ( ) : void

Disposes the table by closing the underlying file stream.

Private Methods

Method Description
EnumerateRows ( ) : IEnumerable>

Enumerates the rows in the underlying delimited file.

Table ( FileStream file, string name, Table parent, char delimiter = ',', char qualifier = '"' ) : System

Creates a new Table from the specified file.

Method Details

Dispose() public method

Disposes the table by closing the underlying file stream.
public Dispose ( ) : void
return void