Share via


RelationalPropertyExtensions.GetComputedColumnSql Metodo

Definizione

Overload

GetComputedColumnSql(IProperty)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

GetComputedColumnSql(IReadOnlyProperty)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

GetComputedColumnSql(IProperty)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IProperty

Proprietà.

Restituisce

L'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping di questa proprietà.

Si applica a

GetComputedColumnSql(IReadOnlyProperty)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

L'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping di questa proprietà.

Si applica a

GetComputedColumnSql(IProperty, StoreObjectIdentifier)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

L'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping di questa proprietà.

Si applica a

GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

L'espressione SQL usata come valore calcolato per la colonna a cui viene eseguito il mapping di questa proprietà.

Si applica a