RelationalEntityTypeExtensions.GetFunctionMappings(IEntityType) Method

Definition

Returns the functions to which the entity type is mapped.

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)

Parameters

entityType
IEntityType

The entity type to get the function mappings for.

Returns

The functions to which the entity type is mapped.

Applies to