Compartir a través de


RelationalPropertyExtensions.GetDefaultValueSqlConfigurationSource Método

Definición

Obtiene para ConfigurationSource la expresión SQL de valor predeterminado.

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)

Parámetros

property
IConventionProperty

Propiedad.

Devoluciones

ConfigurationSource para la expresión SQL de valor predeterminado.

Se aplica a