EntityTypeExtensions.FullName(ITypeBase) Methode

Definition

Achtung

Use Name property

Ruft den eindeutigen Namen für den angegebenen IReadOnlyTypeBaseab.

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

Parameter

type
ITypeBase

Der Entitätstyp.

Gibt zurück

Der vollständige Name.

Attribute

Gilt für: