C# Class ExoModel.ETL.DelimitedFile.Table

Exposes a delimited file as an ITable instance.
Inheritance: ITable
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the table by closing the underlying file stream.

Private Methods

Méthode 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 méthode

Disposes the table by closing the underlying file stream.
public Dispose ( ) : void
Résultat void