Method | Description | |
---|---|---|
CommitAsync ( ) : Task | ||
CommitAsync ( CancellationToken cancellationToken ) : Task | ||
PostgresSqlTransactionalCommandsContext ( |
||
Prepare ( ) : void | ||
RollbackAsync ( ) : Task | ||
RollbackAsync ( CancellationToken cancellationToken ) : Task |
Method | Description | |
---|---|---|
CreateParameter ( IDbCommand command, string parameterName, |
||
GetDbType ( |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
Rollback ( ) : void |
public CommitAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
return | Task |
protected CreateParameter ( IDbCommand command, string parameterName, |
||
command | IDbCommand | |
parameterName | string | |
type | ||
value | object | |
return | IDbDataParameter |
protected GetDbType ( |
||
type | ||
return | DbType |
public PostgresSqlTransactionalCommandsContext ( |
||
sqlDatabaseContext | ||
connection | IDbConnection | |
transactionContext | System.Data.TransactionContext | |
return | System |
public RollbackAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
return | Task |