Table of Contents

Class EFProviderInfo

Namespace
LinqToDB.EntityFrameworkCore
Assembly
linq2db.EntityFrameworkCore.dll

Required integration information about underlying database provider, extracted from EF.Core.

public sealed class EFProviderInfo
Inheritance
EFProviderInfo

Properties

Connection

Gets or sets database connection instance.

public DbConnection? Connection { get; set; }

Property Value

DbConnection

Context

Gets or sets EF.Core context instance.

public DbContext? Context { get; set; }

Property Value

DbContext

Options

Gets or sets EF.Core context options instance.

public IDbContextOptions? Options { get; set; }

Property Value

IDbContextOptions