# C1.AdoNet.Snowflake.C1SnowflakeDataReader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_Snowflake_C1SnowflakeDataReader" data-uid="C1.AdoNet.Snowflake.C1SnowflakeDataReader" class="text-break">C1SnowflakeDataReader Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeDataReader.html">C1SnowflakeDataReader</a> Snowflake implementation of DbDataReader.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdatareader">DbDataReader</a></div>
    <div class="level3"><a class="xref" href="../C1.DataConnector/C1.DataConnector.C1DataReaderBase.html">C1DataReaderBase</a></div>
    <div class="level4"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1DataReader.html">C1DataReader</a></div>
    <div class="level5"><span class="xref">C1SnowflakeDataReader</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatareader">IDataReader</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.idatarecord">IDataRecord</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iasyncdisposable">IAsyncDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.Snowflake.html">C1.AdoNet.Snowflake</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.Snowflake.dll</h6>
  <h5 id="C1_AdoNet_Snowflake_C1SnowflakeDataReader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SnowflakeDataReader : C1DataReader, IDataReader, IDisposable, IDataRecord, IEnumerable, IAsyncDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SnowflakeDataReader
    Inherits C1DataReader
    Implements IDataReader, IDisposable, IDataRecord, IEnumerable, IAsyncDisposable</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_AdoNet_Snowflake_C1SnowflakeDataReader_GetSchemaTable" data-uid="C1.AdoNet.Snowflake.C1SnowflakeDataReader.GetSchemaTable">
          <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeDataReader.GetSchemaTable.html#C1_AdoNet_Snowflake_C1SnowflakeDataReader_GetSchemaTable">GetSchemaTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.datatable">DataTable</a> that describes the column metadata of the <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeDataReader.html">C1SnowflakeDataReader</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
