다음을 통해 공유


EntityTypeExtensions.FullName(ITypeBase) 메서드

정의

주의

Use Name property

지정된 IReadOnlyTypeBase의 고유한 이름을 가져옵니다.

[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

매개 변수

type
ITypeBase

엔터티 형식입니다.

반환

전체 이름입니다.

특성

적용 대상