C# 클래스 ExoModel.ETL.DelimitedFile.Table

Exposes a delimited file as an ITable instance.
상속: ITable
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the table by closing the underlying file stream.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 메소드

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