Share via


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

エンティティの型。

戻り値

完全な名前。

属性

適用対象