Aracılığıyla paylaş


RelationalTypeBaseExtensions.GetFunctionMappings(ITypeBase) Yöntem

Tanım

Türün eşlendiği işlevleri döndürür.

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)

Parametreler

typeBase
ITypeBase

İşlev eşlemelerinin alınacak tür.

Döndürülenler

Türün eşlendiği işlevler.

Şunlara uygulanır