# C1.EntityFrameworkCore.Metadata.ConventionSetBuilderBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_EntityFrameworkCore_Metadata_ConventionSetBuilderBase" data-uid="C1.EntityFrameworkCore.Metadata.ConventionSetBuilderBase" class="text-break">ConventionSetBuilderBase Class
</h1>
  <div class="markdown level0 summary"><p>
    A builder for building conventions base.
</p>
<p>
    The service lifetime is <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.servicelifetime#microsoft-extensions-dependencyinjection-servicelifetime-scoped">Scoped</a> and multiple registrations
    are allowed. This means that each <span class="xref">Microsoft.EntityFrameworkCore.DbContext</span> instance will use its own
    set of instances of this service.
    The implementations may depend on other services registered with any lifetime.
    The implementations do not need to be thread-safe.
</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">ConventionSetBuilderBase</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.EntityFrameworkCore.Metadata.html">C1.EntityFrameworkCore.Metadata</a></h6>
  <h6><strong>Assembly</strong>: C1.EntityFrameworkCore.CSV.dll</h6>
  <h5 id="C1_EntityFrameworkCore_Metadata_ConventionSetBuilderBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConventionSetBuilderBase : RelationalConventionSetBuilder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConventionSetBuilderBase
    Inherits RelationalConventionSetBuilder</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_EntityFrameworkCore_Metadata_ConventionSetBuilderBase__ctor_Microsoft_EntityFrameworkCore_Metadata_Conventions_Infrastructure_ProviderConventionSetBuilderDependencies_Microsoft_EntityFrameworkCore_Metadata_Conventions_Infrastructure_RelationalConventionSetBuilderDependencies_" data-uid="C1.EntityFrameworkCore.Metadata.ConventionSetBuilderBase.#ctor(Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies,Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies)">
          <a class="xref" href="C1.EntityFrameworkCore.Metadata.ConventionSetBuilderBase.-ctor.html#C1_EntityFrameworkCore_Metadata_ConventionSetBuilderBase__ctor_Microsoft_EntityFrameworkCore_Metadata_Conventions_Infrastructure_ProviderConventionSetBuilderDependencies_Microsoft_EntityFrameworkCore_Metadata_Conventions_Infrastructure_RelationalConventionSetBuilderDependencies_">ConventionSetBuilderBase(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.EntityFrameworkCore.Metadata.ConventionSetBuilderBase.html">ConventionSetBuilderBase</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
