AdsTransaction.Commit

Advantage .NET Data Provider

Commits the database transaction.

public void Commit();

Remarks

If the transaction is still active, this will commit the transaction running on the associated AdsConnection. If the transaction has already been committed or rolled back, this will throw an InvalidOperationException.

See Also

AdsTransaction.Rollback