次の方法で共有


RelationalStrings.IncompatibleViewNoRelationship メソッド

定義

エンティティ型 '{entityType}' にはビュー '{view}' を使用できません。これは、エンティティ型 '{otherEntityType}' に使用されており、主キー間にリレーションシップがないためです。

public static string IncompatibleViewNoRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewNoRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewNoRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewNoRelationship (view As Object, entityType As Object, otherEntityType As Object) As String

パラメーター

view
Object
entityType
Object
otherEntityType
Object

戻り値

適用対象