次の方法で共有


RelationalStrings.IncompatibleViewDerivedRelationship メソッド

定義

エンティティ型 '{entityType}' にビュー '{view}' を使用することはできません。これはエンティティ型 '{otherEntityType}' に使用されており、主キーの間に '{entityType}' が依存していますが、'{entityType}' には基本エンティティ型が別のビューにマップされているためです。 '{otherEntityType}' を別のビューにマップするか、'{entityType}' と '{otherEntityType}' の間のリレーションシップを反転します。

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

パラメーター

view
Object
entityType
Object
otherEntityType
Object

戻り値

適用対象