次の方法で共有


CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) メソッド

定義

指定したエンティティ型 '{entityType}' が無効です。 依存エンティティ型 '{dependentType}'、プリンシパル エンティティ型 '{principalType}'、またはいずれかのエンティティ型から派生したエンティティ型である必要があります。

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

パラメーター

entityType
Object
dependentType
Object
principalType
Object

戻り値

適用対象