RelationalTypeBaseExtensions.GetSqlQueryMappings(ITypeBase) 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.ITypeBase typeBase);
static member GetSqlQueryMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.ISqlQueryMapping>
<Extension()>
Public Function GetSqlQueryMappings (typeBase As ITypeBase) As IEnumerable(Of ISqlQueryMapping)

Paramètres

typeBase
ITypeBase

Type pour lequel obtenir les mappages de chaînes SQL.

Retours

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

S’applique à