# C1.LiveLinq.TransactionState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_LiveLinq_TransactionState" data-uid="C1.LiveLinq.TransactionState" class="text-break">TransactionState Enum
</h1>
  <div class="markdown level0 summary"><p>Enumeration of the possible states an <a class="xref" href="C1.LiveLinq.ITransaction.html">ITransaction</a> can be in.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.html">C1.LiveLinq</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_TransactionState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TransactionState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TransactionState</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_LiveLinq_TransactionState_Committed">Committed</td>
        <td><p>A transaction is committed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_TransactionState_Committing">Committing</td>
        <td><p>A transaction is in the process of being committed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_TransactionState_Open">Open</td>
        <td><p>A transaction is open.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_TransactionState_RolledBack">RolledBack</td>
        <td><p>A transaction is rolled back.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_TransactionState_RollingBack">RollingBack</td>
        <td><p>A transaction is in the process of being rolled back.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;TransactionState&gt;(TransactionState)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;TransactionState&gt;(TransactionState, IndexingHintAction)</a>
  </div>
</div>
