CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Yöntem

Tanım

' {ReferencingEntityTypeOrNavigation} ' öğesinden ' {referencedEntityTypeOrNavigation} ' öğesine yabancı anahtar özellikleriyle {foreignKeyPropertiesWithTypes} ilişkisi uyumlu olmadığından, {primaryKeyPropertiesWithTypes} birincil anahtarını hedefleyemiyor. Bu ilişki için uyumlu türlerle bir asıl anahtar veya yabancı anahtar özellikleri kümesi yapılandırın.

public static string ReferencedShadowKey (object referencingEntityTypeOrNavigation, object referencedEntityTypeOrNavigation, object foreignKeyPropertiesWithTypes, object primaryKeyPropertiesWithTypes);
public static string ReferencedShadowKey (object? referencingEntityTypeOrNavigation, object? referencedEntityTypeOrNavigation, object? foreignKeyPropertiesWithTypes, object? primaryKeyPropertiesWithTypes);
static member ReferencedShadowKey : obj * obj * obj * obj -> string
Public Shared Function ReferencedShadowKey (referencingEntityTypeOrNavigation As Object, referencedEntityTypeOrNavigation As Object, foreignKeyPropertiesWithTypes As Object, primaryKeyPropertiesWithTypes As Object) As String

Parametreler

referencingEntityTypeOrNavigation
Object
referencedEntityTypeOrNavigation
Object
foreignKeyPropertiesWithTypes
Object
primaryKeyPropertiesWithTypes
Object

Döndürülenler

String

Şunlara uygulanır