CoreStrings.InconsistentOwnership(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Cette API est à présent déconseillée.
Le type d’entité « {ownedEntityType} » est configuré comme appartenant, mais le type d’entité « {nonOwnedEntityType} » ne l’est pas. Configurez tous les types d’entités en définissant des navigations partageant un type CLR comme appartenant à « OnModelCreating ».
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
Paramètres
- ownedEntityType
- Object
- nonOwnedEntityType
- Object
Retours
- Attributs