프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Cancel | void | ||
CheckDisposed | void | ||
NpgsqlTransaction | System | ||
NpgsqlTransaction | System |
메소드 | 설명 | |
---|---|---|
Commit ( ) : void |
Commits the database transaction.
|
|
Rollback ( ) : void |
Rolls back a transaction from a pending state.
|
|
Rollback ( String savePointName ) : void |
Rolls back a transaction from a pending savepoint state.
|
|
Save ( String savePointName ) : void |
Creates a transaction save point.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose.
|
메소드 | 설명 | |
---|---|---|
Cancel ( ) : void |
Cancel the transaction without telling the backend about it. This is used to make the transaction go away when closing a connection.
|
|
CheckDisposed ( ) : void | ||
NpgsqlTransaction ( |
||
NpgsqlTransaction ( |