C# 클래스 DbCommandExecutorFactory, DataCommander

파일 보기 프로젝트 열기: csbernath/DataCommander 1 사용 예제들

공개 메소드들

메소드 설명
Create ( DbConnection, connection ) : IDbCommandAsyncExecutor
Create ( IDbConnection connection ) : IDbCommandExecutor

메소드 상세

Create() 공개 정적인 메소드

public static Create ( DbConnection, connection ) : IDbCommandAsyncExecutor
connection DbConnection,
리턴 IDbCommandAsyncExecutor

Create() 공개 정적인 메소드

public static Create ( IDbConnection connection ) : IDbCommandExecutor
connection IDbConnection
리턴 IDbCommandExecutor