Table of Contents

Class BpTransaction

Namespace
BpNexT.NET.Models
Assembly
BpNexT.NET.dll

Represents a database transaction scope for a specific DataSet type.

public sealed class BpTransaction : IDisposable
Inheritance
object
BpTransaction
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()