[]
        
(Showing Draft Content)

Microsoft.EntityFrameworkCore.CSVDbContextOptionsBuilderExtensions

CSVDbContextOptionsBuilderExtensions Class

CSV specific extension methods for Microsoft.EntityFrameworkCore.DbContextOptionsBuilder.

Inheritance
CSVDbContextOptionsBuilderExtensions
Namespace: Microsoft.EntityFrameworkCore
Assembly: C1.EntityFrameworkCore.CSV.dll
Syntax
public static class CSVDbContextOptionsBuilderExtensions
Public Module CSVDbContextOptionsBuilderExtensions

Methods

Name Description
UseCSV(DbContextOptionsBuilder, DbConnection, Action<CSVDbContextOptionsBuilder>)

Configures the context to connect to a CSV database.

UseCSV(DbContextOptionsBuilder, string, Action<CSVDbContextOptionsBuilder>)

Configures the context to connect to a CSV database.

UseCSV<TContext>(DbContextOptionsBuilder<TContext>, DbConnection, Action<CSVDbContextOptionsBuilder>)

Configures the context to connect to a CSV database.

UseCSV<TContext>(DbContextOptionsBuilder<TContext>, string, Action<CSVDbContextOptionsBuilder>)

Configures the context to connect to a CSV database.