Share via


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

戻り値

適用対象