# C1.CalcEngine.ISupportAliases

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_ISupportAliases" data-uid="C1.CalcEngine.ISupportAliases" class="text-break">ISupportAliases Interface
</h1>
  <div class="markdown level0 summary"><p>Defines methods to support aliases for fields from a data source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.html">C1.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_ISupportAliases_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportAliases</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportAliases</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_CalcEngine_ISupportAliases_AddAlias_System_String_System_String_" data-uid="C1.CalcEngine.ISupportAliases.AddAlias(System.String,System.String)">
          <a class="xref" href="C1.CalcEngine.ISupportAliases.AddAlias.html#C1_CalcEngine_ISupportAliases_AddAlias_System_String_System_String_">AddAlias(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an alias for a field from DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ISupportAliases_TryAddAlias_System_String_System_String_" data-uid="C1.CalcEngine.ISupportAliases.TryAddAlias(System.String,System.String)">
          <a class="xref" href="C1.CalcEngine.ISupportAliases.TryAddAlias.html#C1_CalcEngine_ISupportAliases_TryAddAlias_System_String_System_String_">TryAddAlias(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Tries to add an alias for a field from DataSource.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
