IReadOnlyEntityType.HasDefiningNavigation 方法

定义

注意

Entity types with defining navigations have been replaced by shared-type entity types

获取一个值,该值指示此实体类型是否具有定义导航。

[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public virtual bool HasDefiningNavigation ();
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
abstract member HasDefiningNavigation : unit -> bool
override this.HasDefiningNavigation : unit -> bool
Public Overridable Function HasDefiningNavigation () As Boolean

返回

true 如果此实体类型具有定义导航,则为 。

属性

适用于