Aracılığıyla paylaş


RelationalPropertyExtensions.GetComputedColumnSql Yöntem

Tanım

Aşırı Yüklemeler

GetComputedColumnSql(IProperty)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini döndürür.

GetComputedColumnSql(IReadOnlyProperty)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini döndürür.

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini döndürür.

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini döndürür.

GetComputedColumnSql(IProperty)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini 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 özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesi.

Şunlara uygulanır

GetComputedColumnSql(IReadOnlyProperty)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini 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 özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesi.

Şunlara uygulanır

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesi.

Şunlara uygulanır

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesini 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 benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Bu özelliğin eşlendiği sütun için hesaplanan değer olarak kullanılan SQL ifadesi.

Şunlara uygulanır