Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the table by closing the underlying file stream.
|
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.
|