次の方法で共有


IProperty.DeclaringEntityType プロパティ

定義

注意事項

Use DeclaringType and cast to IEntityType or IComplexType

このプロパティが属するエンティティ型を取得します。

public Microsoft.EntityFrameworkCore.Metadata.IEntityType DeclaringEntityType { get; }
[System.Obsolete("Use DeclaringType and cast to IEntityType or IComplexType")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType DeclaringEntityType { get; }
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
[<System.Obsolete("Use DeclaringType and cast to IEntityType or IComplexType")>]
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public ReadOnly Property DeclaringEntityType As IEntityType
Public Overridable ReadOnly Property DeclaringEntityType As IEntityType

プロパティ値

実装

属性

適用対象