Class BpTransaction
Represents a database transaction scope for a specific DataSet type.
public sealed class BpTransaction : IDisposable
- Inheritance
-
objectBpTransaction
- Implements
Methods
Commit()
Commits the transaction.
public void Commit()
Dispose()
Disposes the transaction, performing an automatic rollback if not already completed.
public void Dispose()
Rollback()
Rolls back the transaction manually.
public void Rollback()