Bagikan melalui


RelationalPropertyExtensions.GetComputedColumnSql Metode

Definisi

Overload

GetComputedColumnSql(IProperty)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

GetComputedColumnSql(IReadOnlyProperty)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

GetComputedColumnSql(IProperty)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

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

Parameter

property
IProperty

Properti .

Mengembalikan

Ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetComputedColumnSql(IReadOnlyProperty)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

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

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

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

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

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

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Ekspresi SQL yang digunakan sebagai nilai komputasi untuk kolom tempat properti ini dipetakan.

Berlaku untuk