C# 클래스 Studyzy.LearnEnglishBySubtitle.SQLiteBulkInsert

파일 보기 프로젝트 열기: studyzy/LearnEnglishBySubtitle

공개 메소드들

메소드 설명
AddParameter ( string name, DbType dbType ) : void
Flush ( ) : void
Insert ( object paramValues ) : void
SQLiteBulkInsert ( SQLiteConnection dbConnection, string tableName ) : System

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string name, DbType dbType ) : void
name string
dbType DbType
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( object paramValues ) : void
paramValues object
리턴 void

SQLiteBulkInsert() 공개 메소드

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