C# Class nDump.Model.CsvTable

Inheritance: ICsvTable
Show file Open project: SteveMoyer/nDump

Public Methods

Method Description
CsvTable ( CsvReader csvTextReader, ISqlFileWriter sqlFileWriter, string name, bool hasIdentity ) : LumenWorks.Framework.IO.Csv
Dispose ( ) : void
GetColumnNames ( ) : string[]
GetValues ( ) : string[]
ReadNextRow ( ) : bool
Write ( string outputString ) : void

Method Details

CsvTable() public method

public CsvTable ( CsvReader csvTextReader, ISqlFileWriter sqlFileWriter, string name, bool hasIdentity ) : LumenWorks.Framework.IO.Csv
csvTextReader CsvReader
sqlFileWriter ISqlFileWriter
name string
hasIdentity bool
return LumenWorks.Framework.IO.Csv

Dispose() public method

public Dispose ( ) : void
return void

GetColumnNames() public method

public GetColumnNames ( ) : string[]
return string[]

GetValues() public method

public GetValues ( ) : string[]
return string[]

ReadNextRow() public method

public ReadNextRow ( ) : bool
return bool

Write() public method

public Write ( string outputString ) : void
outputString string
return void