Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetDefaultViewSchema Metoda

Definice

Přetížení

GetDefaultViewSchema(IEntityType)

Vrátí výchozí schéma databáze, které by se použilo pro toto zobrazení entity.

GetDefaultViewSchema(IReadOnlyEntityType)

Vrátí výchozí schéma databáze, které by se použilo pro toto zobrazení entity.

GetDefaultViewSchema(IEntityType)

Vrátí výchozí schéma databáze, které by se použilo pro toto zobrazení entity.

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

Parametry

entityType
IEntityType

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

Návraty

Výchozí schéma databáze, na které se namapuje typ entity.

Platí pro

GetDefaultViewSchema(IReadOnlyEntityType)

Vrátí výchozí schéma databáze, které by se použilo pro toto zobrazení entity.

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

Parametry

entityType
IReadOnlyEntityType

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

Návraty

Výchozí schéma databáze, na které se namapuje typ entity.

Platí pro