# C1.Data.Design.EntitySetNameTypeConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Data_Design_EntitySetNameTypeConverter" data-uid="C1.Data.Design.EntitySetNameTypeConverter" class="text-break">EntitySetNameTypeConverter Class
</h1>
  <div class="markdown level0 summary"><p>Provides a unified way of converting types of values to other types, as well
as for accessing standard values and subproperties.</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.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><a class="xref" href="C1.Data.Design.QueryNameTypeConverterBase.html">QueryNameTypeConverterBase</a></div>
    <div class="level3"><span class="xref">EntitySetNameTypeConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Data.Design.html">C1.Data.Design</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Data.Entity.4.8.dll</h6>
  <h5 id="C1_Data_Design_EntitySetNameTypeConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EntitySetNameTypeConverter : QueryNameTypeConverterBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EntitySetNameTypeConverter
    Inherits QueryNameTypeConverterBase</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_Data_Design_EntitySetNameTypeConverter__ctor" data-uid="C1.Data.Design.EntitySetNameTypeConverter.#ctor">
          <a class="xref" href="C1.Data.Design.EntitySetNameTypeConverter.-ctor.html#C1_Data_Design_EntitySetNameTypeConverter__ctor">EntitySetNameTypeConverter()</a>
        </td>
        <td class="markdown level1 summary"></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_Data_Design_EntitySetNameTypeConverter_ContextTypePropName" data-uid="C1.Data.Design.EntitySetNameTypeConverter.ContextTypePropName">
          <a class="xref" href="C1.Data.Design.EntitySetNameTypeConverter.ContextTypePropName.html#C1_Data_Design_EntitySetNameTypeConverter_ContextTypePropName">ContextTypePropName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string containing the name of the property.</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_Data_Design_EntitySetNameTypeConverter_GetQueryNames_System_Type_" data-uid="C1.Data.Design.EntitySetNameTypeConverter.GetQueryNames(System.Type)">
          <a class="xref" href="C1.Data.Design.EntitySetNameTypeConverter.GetQueryNames.html#C1_Data_Design_EntitySetNameTypeConverter_GetQueryNames_System_Type_">GetQueryNames(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> of query names.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
