Udostępnij za pośrednictwem


CoreOptionsExtension.WithSensitiveDataLoggingEnabled(Boolean) Metoda

Definicja

Tworzy nowe wystąpienie z wszystkimi opcjami takimi samymi jak w przypadku tego wystąpienia, ale z daną opcją została zmieniona. Nietypowe jest bezpośrednie wywołanie tej metody. Zamiast tego użyj polecenia DbContextOptionsBuilder.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithSensitiveDataLoggingEnabled (bool sensitiveDataLoggingEnabled);
abstract member WithSensitiveDataLoggingEnabled : bool -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithSensitiveDataLoggingEnabled : bool -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithSensitiveDataLoggingEnabled (sensitiveDataLoggingEnabled As Boolean) As CoreOptionsExtension

Parametry

sensitiveDataLoggingEnabled
Boolean

Opcja zmiany.

Zwraca

Zmieniono nowe wystąpienie z opcją .

Dotyczy