C# Class CommonLib.Data.Sql.SQLiteBulkInsert

Show file Open project: jprichardson/CommonLib Class Usage Examples

Public Methods

Method Description
AddParameter ( string name, DbType dbType ) : void
Flush ( ) : void
Insert ( ) : void
SQLiteBulkInsert ( SQLiteConnection dbConnection, string tableName ) : System

Method Details

AddParameter() public method

public AddParameter ( string name, DbType dbType ) : void
name string
dbType DbType
return void

Flush() public method

public Flush ( ) : void
return void

Insert() public method

public Insert ( ) : void
return void

SQLiteBulkInsert() public method

public SQLiteBulkInsert ( SQLiteConnection dbConnection, string tableName ) : System
dbConnection System.Data.SQLite.SQLiteConnection
tableName string
return System