C# 클래스 Dapper.Persistence.TransactionHandle

default implementation of transaction handle
상속: IDapperDbTransactionHandle
파일 보기 프로젝트 열기: kevinhillinger/Dapper.Persistence 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
TransactionHandle ( IDbTransaction transaction ) : System

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

TransactionHandle() 공개 메소드

public TransactionHandle ( IDbTransaction transaction ) : System
transaction IDbTransaction
리턴 System