C# Class DBCViewer.DB4Reader

Inheritance: IClientDBReader
Exibir arquivo Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

Method Description
DB4Reader ( Stream stream ) : System
DB4Reader ( string fileName ) : System
Save ( DataTable table, Table def, string path ) : void

Method Details

DB4Reader() public method

public DB4Reader ( Stream stream ) : System
stream Stream
return System

DB4Reader() public method

public DB4Reader ( string fileName ) : System
fileName string
return System

Save() public method

public Save ( DataTable table, Table def, string path ) : void
table System.Data.DataTable
def Table
path string
return void