CoreOptionsExtension.WithDbContextLogger(IDbContextLogger) Metoda

Definice

Vytvoří novou instanci se všemi možnostmi stejnými jako pro tuto instanci, ale s danou možností změněnou. Přímé volání této metody je neobvyklé. Místo toho použijte DbContextOptionsBuilder.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithDbContextLogger (Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger contextLogger);
public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithDbContextLogger (Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger? contextLogger);
abstract member WithDbContextLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithDbContextLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDbContextLogger -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithDbContextLogger (contextLogger As IDbContextLogger) As CoreOptionsExtension

Parametry

contextLogger
IDbContextLogger

Možnost změny.

Návraty

Nová instance se změněnou možností .

Platí pro