CoreStrings.AmbiguousEndRequiredDependentNavigation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{entityType} gezintisi. Temel alınan {foreignKeyProperties} adlı yabancı anahtarın bağımlı tarafı belirlenemediğinden {navigation}' gerektiği gibi 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 AmbiguousEndRequiredDependentNavigation(object entityType, object navigation, object foreignKeyProperties);
public static string AmbiguousEndRequiredDependentNavigation(object? entityType, object? navigation, object? foreignKeyProperties);
static member AmbiguousEndRequiredDependentNavigation : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependentNavigation (entityType As Object, navigation As Object, foreignKeyProperties As Object) As String
Parametreler
- entityType
- Object
- navigation
- Object
- foreignKeyProperties
- Object