Search Results for

    Show / Hide Table of Contents

    Class NullTransaction

    A null transaction object.

    Inheritance
    Object
    NullTransaction
    Implements
    ITransaction
    IDisposable
    Namespace: Gossip.Transactions
    Assembly: Gossip.dll
    Syntax
    public class NullTransaction : object, ITransaction, IDisposable

    Properties

    | Improve this Doc View Source

    Value

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

    Methods

    | Improve this Doc View Source

    Commit()

    Declaration
    public void Commit()
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Rollback()

    Declaration
    public void Rollback()
    | Improve this Doc View Source

    Rollback(String)

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

    Implements

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