Aracılığıyla paylaş


CoreStrings.AmbiguousEndRequiredDependent(Object, Object) Yöntem

Tanım

'{entityType}' varlık türündeki {foreignKeyProperties} yabancı anahtarı, bağımlı taraf belirlenemediğinden gerekli bir bağımlıya sahip olarak yapılandırılamaz. İlişkinin bağımlı tarafını tanımlamak için 'OnModelCreating' içinde yabancı anahtar özelliğini yapılandırın. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?LinkId=724062 .

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

Parametreler

foreignKeyProperties
Object
entityType
Object

Döndürülenler

Şunlara uygulanır