Search Results for

    Show / Hide Table of Contents

    Struct EsentReadOnlyTransaction

    Implements
    System.IDisposable
    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.IO.Esent
    Assembly: Xbim.IO.Esent.dll
    Syntax
    public struct EsentReadOnlyTransaction : IDisposable

    Constructors

    | Improve this Doc View Source

    EsentReadOnlyTransaction(JET_SESID)

    Initializes a new instance of the EsentReadOnlyTransaction struct.

    Declaration
    public EsentReadOnlyTransaction(JET_SESID sesid)
    Parameters
    Type Name Description
    Microsoft.Isam.Esent.Interop.JET_SESID sesid

    The sesid.

    Methods

    | Improve this Doc View Source

    Dispose()

    Rollback the transaction if not already committed.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim