# C1.DataConnector.SqlLexer.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_DataConnector_SqlLexer__ctor_" data-uid="C1.DataConnector.SqlLexer.#ctor*">SqlLexer Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_DataConnector_SqlLexer__ctor_" data-uid="C1.DataConnector.SqlLexer.#ctor*"></a>
<h4 id="C1_DataConnector_SqlLexer__ctor_Antlr4_Runtime_ICharStream_" data-uid="C1.DataConnector.SqlLexer.#ctor(Antlr4.Runtime.ICharStream)">SqlLexer(ICharStream)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SqlLexer(ICharStream input)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(input As ICharStream)</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><span class="xref">ICharStream</span></td>
      <td><span class="parametername">input</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_DataConnector_SqlLexer__ctor_" data-uid="C1.DataConnector.SqlLexer.#ctor*"></a>
<h4 id="C1_DataConnector_SqlLexer__ctor_Antlr4_Runtime_ICharStream_System_IO_TextWriter_System_IO_TextWriter_" data-uid="C1.DataConnector.SqlLexer.#ctor(Antlr4.Runtime.ICharStream,System.IO.TextWriter,System.IO.TextWriter)">SqlLexer(ICharStream, TextWriter, TextWriter)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SqlLexer(ICharStream input, TextWriter output, TextWriter errorOutput)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(input As ICharStream, output As TextWriter, errorOutput As TextWriter)</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><span class="xref">ICharStream</span></td>
      <td><span class="parametername">input</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></td>
      <td><span class="parametername">output</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></td>
      <td><span class="parametername">errorOutput</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
