Partager via


WarningsConfiguration.GetBehavior(EventId) Méthode

Définition

Obtient le WarningBehavior jeu pour l’ID d’événement donné ou null si aucun comportement explicite n’a été défini.

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)

Paramètres

eventId
EventId

Retours

S’applique à