# C1.Web.Api.Data.IDataProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Data_IDataProvider" data-uid="C1.Web.Api.Data.IDataProvider" class="text-break">IDataProvider Interface
</h1>
  <div class="markdown level0 summary"><p>The base class of data provider.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Data.html">C1.Web.Api.Data</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.dll</h6>
  <h5 id="C1_Web_Api_Data_IDataProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDataProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDataProvider</code></pre>
  </div>
  <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="C1_Web_Api_Data_IDataProvider_Read_System_Collections_Specialized_NameValueCollection_" data-uid="C1.Web.Api.Data.IDataProvider.Read(System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="C1.Web.Api.Data.IDataProvider.Read.html#C1_Web_Api_Data_IDataProvider_Read_System_Collections_Specialized_NameValueCollection_">Read(NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Read data.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
