C# Class DBCViewer.DB2Reader

Inheritance: IClientDBReader
Show file Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

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

Method Details

DB2Reader() public method

public DB2Reader ( 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