RelationalPropertyExtensions.GetComputedColumnSql Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| GetComputedColumnSql(IProperty, StoreObjectIdentifier) |
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür. |
| GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier) |
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür. |
| GetComputedColumnSql(IReadOnlyProperty) |
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür. |
| GetComputedColumnSql(IProperty) |
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür. |
GetComputedColumnSql(IProperty, StoreObjectIdentifier)
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür.
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
Parametreler
- property
- IProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifadedir.
Şunlara uygulanır
GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür.
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
Parametreler
- property
- IReadOnlyProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifadedir.
Şunlara uygulanır
GetComputedColumnSql(IReadOnlyProperty)
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür.
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
Parametreler
- property
- IReadOnlyProperty
Özellik.
Döndürülenler
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifadedir.
Şunlara uygulanır
GetComputedColumnSql(IProperty)
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifade döndürür.
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
Parametreler
- property
- IProperty
Özellik.
Döndürülenler
Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifadedir.