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 SourceEsentReadOnlyTransaction(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 SourceDispose()
Rollback the transaction if not already committed.
Declaration
public void Dispose()
Implements
System.IDisposable