次の方法で共有


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

戻り値

適用対象