[]
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.
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.
CSV specific extension methods for IServiceCollection.