CoreStrings.SelfReferencingNavigationWithInverseProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SelfReferencingNavigationWithInverseProperty(Object, Object) |
导航“{entityType}”的反函数。{property}' 不能是相同的导航。 将 [InverseProperty] 属性中的值更改为其他导航。 |
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object) |
无法从属性“{1_entityType}建立关系。{0_property}“属性为”{3_referencedEntityType}”。{2_referencedProperty}”。 检查 [InverseProperty] 属性中的值,以确保关系定义是唯一的,并且从一个导航引用到其相应的反向导航。 |
SelfReferencingNavigationWithInverseProperty(Object, Object)
导航“{entityType}”的反函数。{property}' 不能是相同的导航。 将 [InverseProperty] 属性中的值更改为其他导航。
public static string SelfReferencingNavigationWithInverseProperty (object? entityType, object? property);
static member SelfReferencingNavigationWithInverseProperty : obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (entityType As Object, property As Object) As String
参数
- entityType
- Object
- property
- Object
返回
适用于
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)
无法从属性“{1_entityType}建立关系。{0_property}“属性为”{3_referencedEntityType}”。{2_referencedProperty}”。 检查 [InverseProperty] 属性中的值,以确保关系定义是唯一的,并且从一个导航引用到其相应的反向导航。
public static string SelfReferencingNavigationWithInverseProperty (object property, object entityType, object referencedProperty, object referencedEntityType);
static member SelfReferencingNavigationWithInverseProperty : obj * obj * obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (property As Object, entityType As Object, referencedProperty As Object, referencedEntityType As Object) As String
参数
- property
- Object
- entityType
- Object
- referencedProperty
- Object
- referencedEntityType
- Object