Sdílet prostřednictvím


RelationalTypeBaseExtensions.GetFunctionMappings(ITypeBase) Metoda

Definice

Vrátí funkce, na které je typ mapován.

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)

Parametry

typeBase
ITypeBase

Typ, pro který chcete získat mapování funkcí.

Návraty

Funkce, na které je typ mapován.

Platí pro