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


CoreStrings.DependentEntityTypeNotInRelationship Метод

Определение

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

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

Параметры

dependentEntityType
Object
principalEntityType
Object
entityType
Object

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

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