次の方法で共有


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

定義

プロパティ '{property}' は、ストアで生成された値を持ち、基本エンティティ型 '{baseEntityType}' で定義されているキー {keyProperties} に含まれているため、'{entityType}' の外部キーの一部にすることはできません。 '{property}' を 'ValueGeneratedNever' で構成するか、'{entityType}' に外部キーを定義してください。

public static string ForeignKeyPropertyInKey (object property, object entityType, object key, object baseEntityType);
public static string ForeignKeyPropertyInKey (object property, object entityType, object keyProperties, object baseEntityType);
public static string ForeignKeyPropertyInKey (object? property, object? entityType, object? keyProperties, object? baseEntityType);
static member ForeignKeyPropertyInKey : obj * obj * obj * obj -> string
static member ForeignKeyPropertyInKey : obj * obj * obj * obj -> string
Public Shared Function ForeignKeyPropertyInKey (property As Object, entityType As Object, key As Object, baseEntityType As Object) As String
Public Shared Function ForeignKeyPropertyInKey (property As Object, entityType As Object, keyProperties As Object, baseEntityType As Object) As String

パラメーター

property
Object
entityType
Object
keykeyProperties
Object
baseEntityType
Object

戻り値

適用対象