Condividi tramite


RelationalEntityTypeExtensions.GetSchema Metodo

Definizione

Overload

GetSchema(IEntityType)

Restituisce lo schema del database che contiene la tabella mappata.

GetSchema(IReadOnlyEntityType)

Restituisce lo schema del database che contiene la tabella mappata.

GetSchema(IEntityType)

Restituisce lo schema del database che contiene la tabella mappata.

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

Parametri

entityType
IEntityType

Tipo di entità per ottenere lo schema.

Restituisce

Schema del database contenente la tabella mappata.

Si applica a

GetSchema(IReadOnlyEntityType)

Restituisce lo schema del database che contiene la tabella mappata.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità per ottenere lo schema.

Restituisce

Schema del database contenente la tabella mappata.

Si applica a