C# 클래스 System.Data.SqlClient.SqlTransaction

상속: System.Data.Common.DbTransaction
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SqlTransaction System.Data.Common
Zombie void
ZombieCheck void

공개 메소드들

메소드 설명
Commit ( ) : void
Rollback ( ) : void
Rollback ( string transactionName ) : void
Save ( string savePointName ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
SqlTransaction ( System.Data.SqlClient.SqlInternalConnection internalConnection, SqlConnection con, IsolationLevel iso, System.Data.SqlClient.SqlInternalTransaction internalTransaction ) : System.Data.Common
Zombie ( ) : void
ZombieCheck ( ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

Rollback() 공개 메소드

public Rollback ( string transactionName ) : void
transactionName string
리턴 void

Save() 공개 메소드

public Save ( string savePointName ) : void
savePointName string
리턴 void