ConventionPropertyExtensions.GetAfterSaveBehaviorConfigurationSource 方法

定义

返回 的配置 GetAfterSaveBehavior(IProperty)源。

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

参数

property
IConventionProperty

要为其查找配置源的属性。

返回

的配置 GetAfterSaveBehavior(IProperty)源。

适用于