Freigeben über


RelationalPropertyExtensions.GetDefaultValueSqlConfigurationSource Methode

Definition

Ruft den ConfigurationSource für den SQL-Ausdruck des Standardwerts ab.

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

Parameter

property
IConventionProperty

Die Eigenschaft.

Gibt zurück

Die ConfigurationSource für den Sql-Standardwert.

Gilt für: