[]
        
(Showing Draft Content)

C1.EntityFrameworkCore.CSV

C1.EntityFrameworkCore.CSV Namespace

Classes

CSVDbContextOptionsBuilder

Allows CSV specific configuration to be performed on Microsoft.EntityFrameworkCore.DbContextOptions.

Instances of this class are returned from a call to UseCSV(DbContextOptionsBuilder, string, Action<CSVDbContextOptionsBuilder>) and it is not designed to be directly constructed in your application code.

CSVOptionsExtension

Represents options managed by the relational database providers. These options are set using Microsoft.EntityFrameworkCore.DbContextOptionsBuilder. 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.

CSVServiceCollectionExtensions

CSV specific extension methods for IServiceCollection.