Поделиться через


CoreStrings.SelfReferencingNavigationWithInverseProperty Метод

Определение

Перегрузки

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

Возвращаемое значение

Применяется к