RelationalPropertyExtensions.GetComputedColumnSqlConfigurationSource Methode

Definition

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

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)

Parameter

property
IConventionProperty

Die Eigenschaft.

Gibt zurück

Der ConfigurationSource für den SQL-Ausdruck mit berechnetem Wert.

Gilt für: