> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.RawExecuteSqlResponse.Info

> kinetica.RawExecuteSqlResponse.Info — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RawExecuteSqlResponse#a785718a9fa5f148515b8b65259aa73b8" title="Additional information.">RawExecuteSqlResponse.info</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a7f1c9616db999e21b3a10f6b432ecd27" id="r_a7f1c9616db999e21b3a10f6b432ecd27">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7f1c9616db999e21b3a10f6b432ecd27">COUNT</a> = "count"</td>
      </tr>

      <tr className="memdesc:a7f1c9616db999e21b3a10f6b432ecd27">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records without final limits applied. <br /></td>
      </tr>

      <tr className="separator:a7f1c9616db999e21b3a10f6b432ecd27">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a2890c77da3b1d8b078a6aec73f8f5cce" id="r_a2890c77da3b1d8b078a6aec73f8f5cce">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a2890c77da3b1d8b078a6aec73f8f5cce">RESULT\_TABLE\_LIST</a> = "result\_table\_list"</td>
      </tr>

      <tr className="memdesc:a2890c77da3b1d8b078a6aec73f8f5cce">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">List of tables, comma-separated, in addition to the <a className="el" href="/content/api/cs/classkinetica_1_1RawExecuteSqlResponse#a79d46e945572e5fce411dad97684431c" title="Name of the table that has the result records of the query.">RawExecuteSqlResponse.paging\_table</a>, created as result of the query. <br /></td>
      </tr>

      <tr className="separator:a2890c77da3b1d8b078a6aec73f8f5cce">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1RawExecuteSqlResponse#a785718a9fa5f148515b8b65259aa73b8" title="Additional information.">RawExecuteSqlResponse.info</a>. </p>
      <p>Additional information.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source#l01927">1927</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source">ExecuteSql.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7f1c9616db999e21b3a10f6b432ecd27">◆ </a></span>COUNT</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RawExecuteSqlResponse.Info.COUNT = "count"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records without final limits applied. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source#l01930">1930</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source">ExecuteSql.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2890c77da3b1d8b078a6aec73f8f5cce">◆ </a></span>RESULT\_TABLE\_LIST</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.RawExecuteSqlResponse.Info.RESULT\_TABLE\_LIST = "result\_table\_list"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>List of tables, comma-separated, in addition to the <a className="el" href="/content/api/cs/classkinetica_1_1RawExecuteSqlResponse#a79d46e945572e5fce411dad97684431c" title="Name of the table that has the result records of the query.">RawExecuteSqlResponse.paging\_table</a>, created as result of the query. </p>
        <p>These should be cleared by the caller when they are done querying.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source#l01937">1937</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source">ExecuteSql.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2ExecuteSql_8cs_source">ExecuteSql.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2ExecuteSql_8cs_source">ExecuteSql.cs</a></li>
    </ul>
  </div>
</div>
