RelationalPropertyExtensions.GetComputedColumnSql Yöntem

Tanım

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

String

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

String

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

String

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

String

Bu SQL sütun için hesaplanan değer olarak kullanılan bir ifadedir.

Şunlara uygulanır