Search Results for

    Show / Hide Table of Contents

    Interface ITransaction

    Represents a transaction.

    Namespace: Gossip.Transactions
    Assembly: Gossip.dll
    Syntax
    public interface ITransaction : IDisposable

    Properties

    | Improve this Doc View Source

    Value

    The actual .

    Declaration
    IDbTransaction Value { get; }
    Property Value
    Type Description
    IDbTransaction

    Methods

    | Improve this Doc View Source

    Commit()

    Commit the transaction.

    Declaration
    void Commit()
    | Improve this Doc View Source

    Rollback()

    Rollback the transaction.

    Declaration
    void Rollback()
    | Improve this Doc View Source

    Rollback(String)

    Rollback the named transaction.

    Declaration
    void Rollback(string transactionName)
    Parameters
    Type Name Description
    String transactionName

    The transaction name.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX