共用方式為


IConventionEntityType.GetIsKeylessConfigurationSource 方法

定義

傳回 IsKeyless 屬性的組態來源。

public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsKeylessConfigurationSource ();
abstract member GetIsKeylessConfigurationSource : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function GetIsKeylessConfigurationSource () As Nullable(Of ConfigurationSource)

傳回

IsKeyless 屬性的組態來源。

適用於