Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetSchema Metoda

Definice

Přetížení

GetSchema(IEntityType)

Vrátí schéma databáze, které obsahuje mapovanou tabulku.

GetSchema(IReadOnlyEntityType)

Vrátí schéma databáze, které obsahuje mapovanou tabulku.

GetSchema(IEntityType)

Vrátí schéma databáze, které obsahuje mapovanou tabulku.

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

Parametry

entityType
IEntityType

Typ entity, pro který chcete získat schéma.

Návraty

Schéma databáze, které obsahuje mapovanou tabulku.

Platí pro

GetSchema(IReadOnlyEntityType)

Vrátí schéma databáze, které obsahuje mapovanou tabulku.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity, pro který chcete získat schéma.

Návraty

Schéma databáze, které obsahuje mapovanou tabulku.

Platí pro