# C1.EntityFrameworkCore.CSV

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_EntityFrameworkCore_CSV" data-uid="C1.EntityFrameworkCore.CSV" class="text-break">C1.EntityFrameworkCore.CSV Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.EntityFrameworkCore.CSV.CSVDbContextOptionsBuilder.html">CSVDbContextOptionsBuilder</a></h4>
      <section><p>
    Allows CSV specific configuration to be performed on <span class="xref">Microsoft.EntityFrameworkCore.DbContextOptions</span>.
</p>
<p>
    Instances of this class are returned from a call to
    <a class="xref" href="Microsoft.EntityFrameworkCore.CSVDbContextOptionsBuilderExtensions.UseCSV.html#Microsoft_EntityFrameworkCore_CSVDbContextOptionsBuilderExtensions_UseCSV_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_System_String_System_Action_C1_EntityFrameworkCore_CSV_CSVDbContextOptionsBuilder__">UseCSV(DbContextOptionsBuilder, string, Action&lt;CSVDbContextOptionsBuilder&gt;)</a>
    and it is not designed to be directly constructed in your application code.
</p>
</section>
      <h4><a class="xref" href="C1.EntityFrameworkCore.CSV.CSVOptionsExtension.html">CSVOptionsExtension</a></h4>
      <section><p>Represents options managed by the relational database providers. These options
are set using <span class="xref">Microsoft.EntityFrameworkCore.DbContextOptionsBuilder</span>.
Instances of this class are designed to be immutable. To change an option, call
one of the 'With...' methods to obtain a new instance with the option changed.</p>
</section>
      <h4><a class="xref" href="C1.EntityFrameworkCore.CSV.CSVServiceCollectionExtensions.html">CSVServiceCollectionExtensions</a></h4>
      <section><p>CSV specific extension methods for <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection">IServiceCollection</a>.</p>
</section>


</div>
