Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetSchemaQualifiedTableName Metoda

Definice

Přetížení

GetSchemaQualifiedTableName(IEntityType)

Vrátí název tabulky, na kterou je typ entity mapován předem schématem nebo null pokud není mapován na tabulku.

GetSchemaQualifiedTableName(IReadOnlyEntityType)

Vrátí název tabulky, na kterou je typ entity mapován předem schématem nebo null pokud není mapován na tabulku.

GetSchemaQualifiedTableName(IEntityType)

Vrátí název tabulky, na kterou je typ entity mapován předem schématem nebo null pokud není mapován na tabulku.

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

Parametry

entityType
IEntityType

Typ entity, pro který chcete získat název tabulky.

Návraty

Název tabulky, na kterou je typ entity mapován předem schématem.

Platí pro

GetSchemaQualifiedTableName(IReadOnlyEntityType)

Vrátí název tabulky, na kterou je typ entity mapován předem schématem nebo null pokud není mapován na tabulku.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity, pro který chcete získat název tabulky.

Návraty

Název tabulky, na kterou je typ entity mapován předem schématem.

Platí pro