EntityTypeExtensions.DisplayName(ITypeBase) Method

Definition

Gets the friendly display name for the given ITypeBase.

[System.Diagnostics.DebuggerStepThrough]
public static string DisplayName (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase type);
[<System.Diagnostics.DebuggerStepThrough>]
static member DisplayName : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> string
<Extension()>
Public Function DisplayName (type As ITypeBase) As String

Parameters

type
ITypeBase

The entity type.

Returns

The display name.

Attributes

Applies to