C# Class DbSlim.Insert

Afficher le fichier Open project: Ang3lFir3/DbSlim

Méthodes publiques

Méthode Description
DoTable ( List fitTable ) : List
Insert ( string connectionString, string tableName ) : System
Insert ( string connectionString, string tableName, string identyInsert ) : System

Private Methods

Méthode Description
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

Method Details

DoTable() public méthode

public DoTable ( List fitTable ) : List
fitTable List
Résultat List

Insert() public méthode

public Insert ( string connectionString, string tableName ) : System
connectionString string
tableName string
Résultat System

Insert() public méthode

public Insert ( string connectionString, string tableName, string identyInsert ) : System
connectionString string
tableName string
identyInsert string
Résultat System