RelationalEntityTypeExtensions.GetSqlQueryMappings(IEntityType) Méthode

Définition

Retourne les mappages de chaînes 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)

Paramètres

entityType
IEntityType

Type d’entité pour lequel obtenir les mappages de chaînes SQL.

Retours

Chaîne SQL à laquelle le type d’entité est mappé.

S’applique à