C# 클래스 DbSlim.Insert

파일 보기 프로젝트 열기: Ang3lFir3/DbSlim

공개 메소드들

메소드 설명
DoTable ( List fitTable ) : List
Insert ( string connectionString, string tableName ) : System
Insert ( string connectionString, string tableName, string identyInsert ) : System

비공개 메소드들

메소드 설명
BulkLoadTableIntoDatabase ( SqlConnection connection, DataTable table ) : void
GetTableSchema ( List fitTable, SqlConnection connection ) : DataTable
LoadDataTableFromSlimTable ( List slimTable, DataTable table ) : void
ResetIdentyInsert ( SqlConnection connection ) : void
SetIdentyInsert ( SqlConnection connection ) : void
VerifyTableColumnsMatch ( List slimTable, DataTable table ) : void

메소드 상세

DoTable() 공개 메소드

public DoTable ( List fitTable ) : List
fitTable List
리턴 List

Insert() 공개 메소드

public Insert ( string connectionString, string tableName ) : System
connectionString string
tableName string
리턴 System

Insert() 공개 메소드

public Insert ( string connectionString, string tableName, string identyInsert ) : System
connectionString string
tableName string
identyInsert string
리턴 System