Condividi tramite


RelationalEntityTypeExtensions.GetViewSchema Metodo

Definizione

Overload

GetViewSchema(IReadOnlyEntityType)

Restituisce lo schema del database che contiene la vista mappata.

GetViewSchema(IEntityType)

Restituisce lo schema del database che contiene la vista mappata.

GetViewSchema(IReadOnlyEntityType)

Restituisce lo schema del database che contiene la vista mappata.

public static string? GetViewSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetViewSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetViewSchema (entityType As IReadOnlyEntityType) As String

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per cui ottenere lo schema di visualizzazione.

Restituisce

Schema del database che contiene la vista mappata.

Si applica a

GetViewSchema(IEntityType)

Restituisce lo schema del database che contiene la vista mappata.

public static string GetViewSchema (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetViewSchema : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetViewSchema (entityType As IEntityType) As String

Parametri

entityType
IEntityType

Tipo di entità per cui ottenere lo schema di visualizzazione.

Restituisce

Schema del database che contiene la vista mappata.

Si applica a