C# Class FileTransfer.LogToDb.ErrorLogger

Inheritance: LogToSQLiteDb
Show file Open project: targeton/FileTransfer

Protected Methods

Method Description
BatchInsertRows ( DbConnection conn, IEnumerable rows ) : void

Method Details

BatchInsertRows() protected method

protected BatchInsertRows ( DbConnection conn, IEnumerable rows ) : void
conn System.Data.Common.DbConnection
rows IEnumerable
return void