ConventionPropertyExtensions.GetBeforeSaveBehaviorConfigurationSource Methode

Definition

Gibt die Konfigurationsquelle für GetBeforeSaveBehavior(IProperty)zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetBeforeSaveBehaviorConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetBeforeSaveBehaviorConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetBeforeSaveBehaviorConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parameter

property
IConventionProperty

Die Eigenschaft, für die die Konfigurationsquelle gesucht werden soll.

Gibt zurück

Die Konfigurationsquelle für GetBeforeSaveBehavior(IProperty).

Gilt für: