RelationalTypeBaseExtensions.GetFunctionName(IReadOnlyTypeBase) Method

Definition

Returns the name of the function to which the type is mapped or null if not mapped to a function.

public static string? GetFunctionName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetFunctionName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> string
<Extension()>
Public Function GetFunctionName (typeBase As IReadOnlyTypeBase) As String

Parameters

typeBase
IReadOnlyTypeBase

The type to get the function name for.

Returns

The name of the function to which the type is mapped.

Applies to