Npgsql API Docs
NpgsqlTransaction.Commit Method
Commits the database transaction.
[Visual Basic]
NotOverridable Public Sub Commit() _
Implements
IDbTransaction.Commit
[C#]
public
void
Commit();
Implements
IDbTransaction.Commit
See Also
NpgsqlTransaction Class
|
Npgsql Namespace