다음을 통해 공유


SqliteConnection.Transaction 속성

정의

현재 연결에서 사용 중인 트랜잭션을 가져오거나 설정합니다. 그렇지 않으면 null입니다.

protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction Transaction { get; set; }
protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction? Transaction { get; set; }
member this.Transaction : Microsoft.Data.Sqlite.SqliteTransaction with get, set
Protected Friend Overridable Property Transaction As SqliteTransaction

속성 값

현재 연결에서 사용 중인 트랜잭션입니다.

적용 대상