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

返回

适用于