Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetFunctionMappings(IEntityType) Yöntem

Tanım

Varlık türünü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.IEntityType entityType);
static member GetFunctionMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IFunctionMapping>
<Extension()>
Public Function GetFunctionMappings (entityType As IEntityType) As IEnumerable(Of IFunctionMapping)

Parametreler

entityType
IEntityType

İşlev eşlemelerini almak için varlık türü.

Döndürülenler

Varlık türünün eşlendiği işlevler.

Şunlara uygulanır