WarningsConfiguration.GetBehavior(EventId) Metodo

Definizione

Ottiene il set per l'ID WarningBehavior evento specificato o null se non è stato impostato alcun comportamento esplicito.

public virtual Microsoft.EntityFrameworkCore.WarningBehavior? GetBehavior (Microsoft.Extensions.Logging.EventId eventId);
abstract member GetBehavior : Microsoft.Extensions.Logging.EventId -> Nullable<Microsoft.EntityFrameworkCore.WarningBehavior>
override this.GetBehavior : Microsoft.Extensions.Logging.EventId -> Nullable<Microsoft.EntityFrameworkCore.WarningBehavior>
Public Overridable Function GetBehavior (eventId As EventId) As Nullable(Of WarningBehavior)

Parametri

eventId
EventId

Restituisce

Si applica a