RelationalPropertyExtensions.GetIsStored 方法

定義

多載

GetIsStored(IProperty)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

GetIsStored(IReadOnlyProperty)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

GetIsStored(IProperty, StoreObjectIdentifier)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

GetIsStored(IReadOnlyProperty, StoreObjectIdentifier)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

GetIsStored(IProperty)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

public static bool? GetIsStored (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIsStored : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<bool>
<Extension()>
Public Function GetIsStored (property As IProperty) As Nullable(Of Boolean)

參數

property
IProperty

屬性。

傳回

這個屬性所對應的計算資料行值是否儲存在資料庫中,或是在讀取時計算。

適用於

GetIsStored(IReadOnlyProperty)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

public static bool? GetIsStored (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIsStored : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<bool>
<Extension()>
Public Function GetIsStored (property As IReadOnlyProperty) As Nullable(Of Boolean)

參數

property
IReadOnlyProperty

屬性。

傳回

這個屬性所對應的計算資料行值是否儲存在資料庫中,或是在讀取時計算。

適用於

GetIsStored(IProperty, StoreObjectIdentifier)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

public static bool? GetIsStored (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIsStored : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function GetIsStored (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

參數

property
IProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

這個屬性所對應的計算資料行值是否儲存在資料庫中,或是在讀取時計算。

適用於

GetIsStored(IReadOnlyProperty, StoreObjectIdentifier)

取得這個屬性所對應之計算資料行的值是否儲存在資料庫中,或在讀取時計算。

public static bool? GetIsStored (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIsStored : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function GetIsStored (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

這個屬性所對應的計算資料行值是否儲存在資料庫中,或是在讀取時計算。

適用於