C# 클래스 SqlFu.Builders.CustomSqlExecutor

상속: IExecuteCustomSql
파일 보기 프로젝트 열기: sapiens/SqlFu

공개 메소드들

메소드 설명
CustomSqlExecutor ( DbConnection db ) : System.Data.Common
Execute ( CommandConfiguration cfg ) : int
ExecuteAsync ( CommandConfiguration cfg, CancellationToken cancel ) : Task

메소드 상세

CustomSqlExecutor() 공개 메소드

public CustomSqlExecutor ( DbConnection db ) : System.Data.Common
db System.Data.Common.DbConnection
리턴 System.Data.Common

Execute() 공개 메소드

public Execute ( CommandConfiguration cfg ) : int
cfg CommandConfiguration
리턴 int

ExecuteAsync() 공개 메소드

public ExecuteAsync ( CommandConfiguration cfg, CancellationToken cancel ) : Task
cfg CommandConfiguration
cancel System.Threading.CancellationToken
리턴 Task