Advantage .NET Data Provider
Commits the database transaction.
public void Commit();
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.