Condividi tramite


RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Metodo

Definizione

Restituisce i mapping delle stringhe SQL.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISqlQueryMapping> GetSqlQueryMappings (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetSqlQueryMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ISqlQueryMapping>
<Extension()>
Public Function GetSqlQueryMappings (entityType As IEntityType) As IEnumerable(Of ISqlQueryMapping)

Parametri

entityType
IEntityType

Tipo di entità per ottenere i mapping delle stringhe SQL per.

Restituisce

Stringa SQL a cui viene eseguito il mapping del tipo di entità.

Si applica a