Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetDefaultSqlQueryName Metoda

Definice

Přetížení

GetDefaultSqlQueryName(IReadOnlyEntityType)

Získá výchozí název dotazu SQL, který by se použil pro tento typ entity při mapování pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

GetDefaultSqlQueryName(IEntityType)

Získá výchozí název dotazu SQL, který by se použil pro tento typ entity při mapování pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

GetDefaultSqlQueryName(IReadOnlyEntityType)

Získá výchozí název dotazu SQL, který by se použil pro tento typ entity při mapování pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Získá výchozí název dotazu SQL.

Platí pro

GetDefaultSqlQueryName(IEntityType)

Získá výchozí název dotazu SQL, který by se použil pro tento typ entity při mapování pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Získá výchozí název dotazu SQL.

Platí pro