Sdílet prostřednictvím


StoreObjectIdentifier.SqlQuery Metoda

Definice

Přetížení

SqlQuery(IEntityType)

Vytvoří ID dotazu SQL namapovaného pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

SqlQuery(IReadOnlyEntityType)

Vytvoří ID dotazu SQL namapovaného pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

SqlQuery(String)

Vytvoří ID dotazu SQL.

SqlQuery(IEntityType)

Zdroj:
StoreObjectIdentifier.cs

Vytvoří ID dotazu SQL namapovaného pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member SqlQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (entityType As IEntityType) As StoreObjectIdentifier

Parametry

entityType
IEntityType

Typ entity.

Návraty

ID dotazu SQL.

Platí pro

SqlQuery(IReadOnlyEntityType)

Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs

Vytvoří ID dotazu SQL namapovaného pomocí RelationalEntityTypeBuilderExtensions.ToSqlQuery.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member SqlQuery : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (entityType As IReadOnlyEntityType) As StoreObjectIdentifier

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

ID dotazu SQL.

Platí pro

SqlQuery(String)

Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs
Zdroj:
StoreObjectIdentifier.cs

Vytvoří ID dotazu SQL.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier SqlQuery (string name);
static member SqlQuery : string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function SqlQuery (name As String) As StoreObjectIdentifier

Parametry

name
String

Název dotazu SQL.

Návraty

ID dotazu SQL.

Platí pro