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


CoreStrings.PrincipalEntityTypeNotInRelationship Метод

Определение

Вы настраиваете связь между "{dependentEntityType}" и "{principalEntityType}", но указали ключ участника для "{entityType}". Внешний ключ должен быть нацелен на тип, который является частью связи.

public static string PrincipalEntityTypeNotInRelationship (object dependentEntityType, object principalEntityType, object entityType);
public static string PrincipalEntityTypeNotInRelationship (object? dependentEntityType, object? principalEntityType, object? entityType);
static member PrincipalEntityTypeNotInRelationship : obj * obj * obj -> string
Public Shared Function PrincipalEntityTypeNotInRelationship (dependentEntityType As Object, principalEntityType As Object, entityType As Object) As String

Параметры

dependentEntityType
Object
principalEntityType
Object
entityType
Object

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

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