IMutableNavigation 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可用于导航关系的导航属性。
public interface IMutableNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.INavigation
public interface IMutableNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase, Microsoft.EntityFrameworkCore.Metadata.INavigation
public interface IMutableNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableNavigationBase, Microsoft.EntityFrameworkCore.Metadata.INavigation
public interface IMutableNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableNavigationBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation
type IMutableNavigation = interface
interface INavigation
interface IPropertyBase
interface IAnnotatable
interface IMutableAnnotatable
type IMutableNavigation = interface
interface INavigation
interface IPropertyBase
interface IAnnotatable
interface IMutablePropertyBase
interface IMutableAnnotatable
type IMutableNavigation = interface
interface INavigation
interface INavigationBase
interface IPropertyBase
interface IAnnotatable
interface IMutableNavigationBase
interface IMutablePropertyBase
interface IMutableAnnotatable
type IMutableNavigation = interface
interface IReadOnlyNavigation
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IMutableNavigationBase
interface IMutablePropertyBase
interface IMutableAnnotatable
Public Interface IMutableNavigation
Implements IMutableAnnotatable, INavigation
Public Interface IMutableNavigation
Implements IMutablePropertyBase, INavigation
Public Interface IMutableNavigation
Implements IMutableNavigationBase, INavigation
Public Interface IMutableNavigation
Implements IMutableNavigationBase, IReadOnlyNavigation
- 实现
注解
此接口在模型创建期间使用,并允许修改元数据。 生成模型后, INavigation 表示相同元数据的只读视图。
有关详细信息和示例,请参阅 为实体类型和关系建模 。
属性
ClrType |
获取此类似属性的对象包含的值的类型。 (继承自 IReadOnlyPropertyBase) |
DeclaringEntityType |
获取此导航属性所属的类型。 |
DeclaringType |
获取此属性类对象所属的类型。 (继承自 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfo获取此属性类似对象的基础 CLR 字段的 。
这可能 |
ForeignKey |
获取定义此导航属性将导航的关系的外键。 |
Inverse |
获取反向导航。 |
IsCollection |
获取一个值,该值指示导航属性是否为集合属性。 (继承自 IReadOnlyNavigationBase) |
IsEagerLoaded |
确定默认情况下是否应预先加载此导航。 |
IsOnDependent |
获取一个值,该值指示导航属性是否在基础外键的依赖端定义。 (继承自 IReadOnlyNavigation) |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
LazyLoadingEnabled |
确定如果启用了延迟加载并且模型中配置了延迟加载机制,则此导航是否应延迟加载。 (继承自 IReadOnlyNavigationBase) |
Name |
获取此属性类似对象的名称。 (继承自 IReadOnlyPropertyBase) |
PropertyInfo |
PropertyInfo获取类似于此属性的对象的基础 CLR 属性的 。
这可能 |
Sentinel |
获取 sentinel 值,该值指示未设置此属性。 (继承自 IReadOnlyPropertyBase) |
TargetEntityType |
获取此导航属性将包含实例 () 的实体类型。 |
方法
显式接口实现
INavigationBase.DeclaringEntityType |
获取此导航属性所属的实体类型。 (继承自 INavigation) |
INavigationBase.GetCollectionAccessor() |
IClrCollectionAccessor获取此导航属性(如果它是集合导航)的 。 (继承自 INavigation) |
INavigationBase.Inverse |
获取反向导航。 (继承自 INavigation) |
INavigationBase.IsCollection |
获取一个值,该值指示导航属性是否为集合属性。 (继承自 INavigation) |
INavigationBase.TargetEntityType |
获取此导航属性将包含实例 () 的实体类型。 (继承自 INavigation) |
IPropertyBase.GetPropertyAccessMode() |
PropertyAccessMode获取用于此属性的 。
|
IReadOnlyNavigationBase.DeclaringEntityType |
获取此导航属性所属的实体类型。 (继承自 IReadOnlyNavigation) |
IReadOnlyNavigationBase.Inverse |
获取反向导航。 (继承自 IReadOnlyNavigation) |
IReadOnlyNavigationBase.IsCollection |
获取一个值,该值指示导航属性是否为集合属性。 (继承自 IReadOnlyNavigation) |
IReadOnlyNavigationBase.TargetEntityType |
获取此导航属性将包含实例 () 的实体类型。 (继承自 IReadOnlyNavigation) |
IReadOnlyPropertyBase.IsShadowProperty() |
获取一个值,该值指示此是否为阴影属性。 阴影属性是实体类中没有相应属性的阴影属性。 属性的当前值存储在 中, ChangeTracker 而不是存储在实体类的实例中。 (继承自 IReadOnlyNavigationBase) |