# FarPoint.Web.Spread.SpreadDataSourceView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_SpreadDataSourceView" data-uid="FarPoint.Web.Spread.SpreadDataSourceView" class="text-break">SpreadDataSourceView Class
</h1>
  <div class="markdown level0 summary"><p>Represents the mechanism for data-bound controls to get data from the
Spread component as a data source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.datasourceview">DataSourceView</a></div>
    <div class="level2"><span class="xref">SpreadDataSourceView</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_SpreadDataSourceView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadDataSourceView : DataSourceView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadDataSourceView
    Inherits DataSourceView</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView__ctor_FarPoint_Web_Spread_SpreadDataSource_" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.#ctor(FarPoint.Web.Spread.SpreadDataSource)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.-ctor.html#FarPoint_Web_Spread_SpreadDataSourceView__ctor_FarPoint_Web_Spread_SpreadDataSource_">SpreadDataSourceView(SpreadDataSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new view of Spread as a data source.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView_CanDelete" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.CanDelete">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.CanDelete.html#FarPoint_Web_Spread_SpreadDataSourceView_CanDelete">CanDelete</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the data source can delete; this implementation always returns false.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView_CanInsert" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.CanInsert">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.CanInsert.html#FarPoint_Web_Spread_SpreadDataSourceView_CanInsert">CanInsert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the data source can insert; this implementation always returns false.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView_CanSort" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.CanSort">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.CanSort.html#FarPoint_Web_Spread_SpreadDataSourceView_CanSort">CanSort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the data source can sort; this implementation always returns false.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView_CanUpdate" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.CanUpdate">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.CanUpdate.html#FarPoint_Web_Spread_SpreadDataSourceView_CanUpdate">CanUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the data source can update; this implementation always returns false.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_SpreadDataSourceView_ExecuteSelect_System_Web_UI_DataSourceSelectArguments_" data-uid="FarPoint.Web.Spread.SpreadDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)">
          <a class="xref" href="FarPoint.Web.Spread.SpreadDataSourceView.ExecuteSelect.html#FarPoint_Web_Spread_SpreadDataSourceView_ExecuteSelect_System_Web_UI_DataSourceSelectArguments_">ExecuteSelect(DataSourceSelectArguments)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves data from the Spread component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
