C# 클래스 CqlSharp.Linq.CqlContextBatchTransaction

CqlBatchTransaction that will remove itself from the context after disposal
상속: CqlBatchTransaction
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
CqlContextBatchTransaction ( CqlDatabase database, CqlConnection connection )

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CqlContextBatchTransaction() 공개 메소드

public CqlContextBatchTransaction ( CqlDatabase database, CqlConnection connection )
database CqlDatabase
connection CqlConnection

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void