RelationalTypeBaseExtensions.GetFunctionMappings(ITypeBase) Methode

Definition

Gibt die Funktionen zurück, denen der Typ zugeordnet ist.

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)

Parameter

typeBase
ITypeBase

Der Typ, für den die Funktionszuordnungen abgerufen werden sollen.

Gibt zurück

Die Funktionen, denen der Typ zugeordnet ist.

Gilt für: