# C1.DataConnector.ParameterContext

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_ParameterContext" data-uid="C1.DataConnector.ParameterContext" class="text-break">ParameterContext Class
</h1>
  <div class="markdown level0 summary"><p>Parameter Context</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"><span class="xref">ParameterContext</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataConnector.html">C1.DataConnector</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_ParameterContext_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParameterContext</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParameterContext</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_Dictionary_System_String_System_Object__" data-uid="C1.DataConnector.ParameterContext.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
          <a class="xref" href="C1.DataConnector.ParameterContext.-ctor.html#C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_Dictionary_System_String_System_Object__">ParameterContext(Dictionary&lt;string, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Parameter Context constructor</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_Dictionary_System_String_System_String__" data-uid="C1.DataConnector.ParameterContext.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})">
          <a class="xref" href="C1.DataConnector.ParameterContext.-ctor.html#C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_Dictionary_System_String_System_String__">ParameterContext(Dictionary&lt;string, string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Parameter Context constructor</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_IEnumerable_System_Data_Common_DbParameter__" data-uid="C1.DataConnector.ParameterContext.#ctor(System.Collections.Generic.IEnumerable{System.Data.Common.DbParameter})">
          <a class="xref" href="C1.DataConnector.ParameterContext.-ctor.html#C1_DataConnector_ParameterContext__ctor_System_Collections_Generic_IEnumerable_System_Data_Common_DbParameter__">ParameterContext(IEnumerable&lt;DbParameter&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Parameter context constructor</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataConnector_ParameterContext_FuncGetParamValueAndType" data-uid="C1.DataConnector.ParameterContext.FuncGetParamValueAndType">
          <a class="xref" href="C1.DataConnector.ParameterContext.FuncGetParamValueAndType.html#C1_DataConnector_ParameterContext_FuncGetParamValueAndType">FuncGetParamValueAndType</a>
        </td>
        <td class="markdown level1 summary"><p>Function to get parameter value and type</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_DataConnector_ParameterContext_GetParameter" data-uid="C1.DataConnector.ParameterContext.GetParameter">
          <a class="xref" href="C1.DataConnector.ParameterContext.GetParameter.html#C1_DataConnector_ParameterContext_GetParameter">GetParameter()</a>
        </td>
        <td class="markdown level1 summary"><p>Getter for a single parameter</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
