CoreStrings.DerivedEntityOwnershipMismatch 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.
Impossible de définir « {baseEntityType} » comme type de base pour le type d’entité « {derivedEntityType} », car « {ownedEntityType} » est configuré en tant que propriété, tandis que « {nonOwnedEntityType} » n’appartient pas. Tous les types d’entités d’une hiérarchie doivent avoir la même propriété status. Pour plus d’informations et d’exemples, consultez https://aka.ms/efcore-docs-owned.
public static string DerivedEntityOwnershipMismatch (object? baseEntityType, object? derivedEntityType, object? ownedEntityType, object? nonOwnedEntityType);
static member DerivedEntityOwnershipMismatch : obj * obj * obj * obj -> string
Public Shared Function DerivedEntityOwnershipMismatch (baseEntityType As Object, derivedEntityType As Object, ownedEntityType As Object, nonOwnedEntityType As Object) As String
Paramètres
- baseEntityType
- Object
- derivedEntityType
- Object
- ownedEntityType
- Object
- nonOwnedEntityType
- Object