DbContextOptionsExtensionInfo(IDbContextOptionsExtension) Constructor

Definition

Creates a new DbContextOptionsExtensionInfo instance containing info/metadata for the given extension.

protected DbContextOptionsExtensionInfo (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension extension);
new Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtension -> Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo
Protected Sub New (extension As IDbContextOptionsExtension)

Parameters

extension
IDbContextOptionsExtension

The extension.

Remarks

See Implementation of database providers and extensions for more information and examples.

Applies to