CoreStrings.InconsistentOwnership(Object, Object) 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.
Dikkat
Bu API artık kullanım dışıdır.
'{ownedEntityType}' varlık türü sahip olarak yapılandırıldı, ancak '{nonOwnedEntityType}' varlık türü değil. 'OnModelCreating' içinde sahip olunan clr türünü paylaşan gezintileri tanımlayarak tüm varlık türlerini yapılandırın.
public static string InconsistentOwnership (object ownedEntityType, object nonOwnedEntityType);
[System.Obsolete]
public static string InconsistentOwnership (object? ownedEntityType, object? nonOwnedEntityType);
static member InconsistentOwnership : obj * obj -> string
[<System.Obsolete>]
static member InconsistentOwnership : obj * obj -> string
Public Shared Function InconsistentOwnership (ownedEntityType As Object, nonOwnedEntityType As Object) As String
Parametreler
- ownedEntityType
- Object
- nonOwnedEntityType
- Object
Döndürülenler
- Öznitelikler