RelationalTypeBaseExtensions.GetFunctionMappings(ITypeBase) Méthode

Définition

Retourne les fonctions auxquelles le type est mappé.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping> GetFunctionMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetFunctionMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping>
<Extension()>
Public Function GetFunctionMappings (typeBase As ITypeBase) As IEnumerable(Of IFunctionMapping)

Paramètres

typeBase
ITypeBase

Type pour lequel obtenir les mappages de fonction.

Retours

Fonctions auxquelles le type est mappé.

S’applique à