次の方法で共有


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

定義

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

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

パラメーター

entityType
Object
dependentType
Object
principalType
Object

戻り値

適用対象