DbContextOptionsExtensionInfo(IDbContextOptionsExtension) Konstruktor

Definition

Erstellt eine neue DbContextOptionsExtensionInfo instance, die Informationen/Metadaten für die angegebene Erweiterung enthält.

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)

Parameter

extension
IDbContextOptionsExtension

Die Erweiterung.

Hinweise

Weitere Informationen und Beispiele finden Sie unter Implementierung von Datenbankanbietern und -erweiterungen .

Gilt für: