IConventionEntityType.GetIsKeylessConfigurationSource Method

Definition

Returns the configuration source for the IsKeyless property.

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

Returns

The configuration source for the IsKeyless property.

Applies to