# C1.LiveLinq.LiveViewExtensions.AsNonUpdatable

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViewExtensions_AsNonUpdatable_" data-uid="C1.LiveLinq.LiveViewExtensions.AsNonUpdatable*">AsNonUpdatable Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViewExtensions_AsNonUpdatable_" data-uid="C1.LiveLinq.LiveViewExtensions.AsNonUpdatable*"></a>
<h4 id="C1_LiveLinq_LiveViewExtensions_AsNonUpdatable__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.AsNonUpdatable``1(C1.LiveLinq.LiveViews.View{``0})">AsNonUpdatable&lt;T&gt;(View&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Specifies a view as read-only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static View&lt;T&gt; AsNonUpdatable&lt;T&gt;(this View&lt;T&gt; view)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function AsNonUpdatable(Of T)(view As View(Of T)) As View(Of T)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.LiveLinq.LiveViews.View-1.html">View</a>&lt;T&gt;</td>
      <td><span class="parametername">view</span></td>
      <td><p>The view to specify as read-only.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.LiveLinq.LiveViews.View-1.html">View</a>&lt;T&gt;</td>
      <td><p>The same <i>view</i>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">T</span></td>
      <td><p>The type of the elements in the view.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_LiveLinq_LiveViewExtensions_AsNonUpdatable__1_C1_LiveLinq_LiveViews_View___0___seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsUpdatable.html#C1_LiveLinq_LiveViewExtensions_AsUpdatable__1_C1_LiveLinq_LiveViews_View___0__">AsUpdatable</a>&lt;T&gt;(<a class="xref" href="C1.LiveLinq.LiveViews.View-1.html">View</a>&lt;T&gt;)</div>
</div>
</div>
