RelationalPropertyExtensions.GetComputedColumnSqlConfigurationSource 方法

定義

ConfigurationSource取得計算值 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)

參數

property
IConventionProperty

屬性。

傳回

ConfigurationSource計算值 SQL 運算式的 。

適用於