Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Rollback ( String savePointName ) : void | ||
savePointName | String | |
Результат | void |
public Save ( String savePointName ) : void | ||
savePointName | String | |
Результат | void |