次の方法で共有


CoreStrings.EntityTypesNotInRelationship メソッド

定義

指定されたエンティティ型 '{invalidDependentType}' と '{invalidPrincipalType}' は無効です。 '{dependentType}' と '{principalType}' を指定するか、同じ階層内のエンティティ型を指定します。

public static string EntityTypesNotInRelationship (object invalidDependentType, object invalidPrincipalType, object dependentType, object principalType);
public static string EntityTypesNotInRelationship (object? invalidDependentType, object? invalidPrincipalType, object? dependentType, object? principalType);
static member EntityTypesNotInRelationship : obj * obj * obj * obj -> string
Public Shared Function EntityTypesNotInRelationship (invalidDependentType As Object, invalidPrincipalType As Object, dependentType As Object, principalType As Object) As String

パラメーター

invalidDependentType
Object
invalidPrincipalType
Object
dependentType
Object
principalType
Object

戻り値

適用対象