RelationalPropertyExtensions.GetComputedColumnSql 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetComputedColumnSql(IProperty) |
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。 |
GetComputedColumnSql(IReadOnlyProperty) |
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。 |
GetComputedColumnSql(IProperty, StoreObjectIdentifier) |
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。 |
GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier) |
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。 |
GetComputedColumnSql(IProperty)
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。
public static string GetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetComputedColumnSql (property As IProperty) As String
參數
- property
- IProperty
屬性。
傳回
當做這個屬性所對應資料行計算值的 SQL 運算式。
適用於
GetComputedColumnSql(IReadOnlyProperty)
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。
public static string? GetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetComputedColumnSql (property As IReadOnlyProperty) As String
參數
- property
- IReadOnlyProperty
屬性。
傳回
當做這個屬性所對應資料行計算值的 SQL 運算式。
適用於
GetComputedColumnSql(IProperty, StoreObjectIdentifier)
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。
public static string GetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComputedColumnSql (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
參數
- property
- IProperty
屬性。
- storeObject
- StoreObjectIdentifier
包含資料行之類似資料表的存放區物件的識別碼。
傳回
當做這個屬性所對應資料行計算值的 SQL 運算式。
適用於
GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)
傳回作為這個屬性所對應資料行計算值的 SQL 運算式。
public static string? GetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComputedColumnSql (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
參數
- property
- IReadOnlyProperty
屬性。
- storeObject
- StoreObjectIdentifier
包含資料行之類似資料表的存放區物件的識別碼。
傳回
當做這個屬性所對應資料行計算值的 SQL 運算式。