Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetComputedColumnSqlConfigurationSource Metoda

Definicja

Pobiera wartość ConfigurationSource dla obliczonego wyrażenia SQL.

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

Parametry

property
IConventionProperty

Właściwość.

Zwraca

Wartość ConfigurationSource dla obliczonej wartości wyrażenia SQL.

Dotyczy