C# 클래스 nDump.SqlServer.QueryExecutor

상속: IQueryExecutor
파일 보기 프로젝트 열기: SteveMoyer/nDump 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteBulkInsert ( string tableName, DataTable dataTable, bool keepIdentity ) : void
ExecuteNonQueryStatement ( string selectStatement ) : void
ExecuteSelectStatement ( string selectStatement ) : DataTable
QueryExecutor ( string connectionString ) : System.Data

메소드 상세

ExecuteBulkInsert() 공개 메소드

public ExecuteBulkInsert ( string tableName, DataTable dataTable, bool keepIdentity ) : void
tableName string
dataTable System.Data.DataTable
keepIdentity bool
리턴 void

ExecuteNonQueryStatement() 공개 메소드

public ExecuteNonQueryStatement ( string selectStatement ) : void
selectStatement string
리턴 void

ExecuteSelectStatement() 공개 메소드

public ExecuteSelectStatement ( string selectStatement ) : DataTable
selectStatement string
리턴 System.Data.DataTable

QueryExecutor() 공개 메소드

public QueryExecutor ( string connectionString ) : System.Data
connectionString string
리턴 System.Data